aboutsummaryrefslogtreecommitdiff
path: root/tests/libtcc_test.c
Commit message (Collapse)AuthorAgeFilesLines
* remove a compilation warnings for libtest and test3seyko2015-04-101-0/+2
| | | | | | | | | | ------------ libtest ------------ ./libtcc_test lib_path=.. <string>:11: warning: implicit declaration of function 'printf' <string>:13: warning: implicit declaration of function 'add' ------------ test3 ------------ tcctest.c:1982: warning: implicit declaration of function 'putchar' tcctest.c:2133: warning: implicit declaration of function 'strlen'
* tccrun: another incompatible change to the tcc_relocate APIgrischka2012-09-011-1/+1
| | | | | | We are now compatible with the 0.9,25 version though. A special value for the second (ptr) argument is used to get the simple behavior as with the 0.9.24 version.
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-13/+5
|
* new subdirs: include, lib, testsgrischka2009-04-181-0/+84