aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
Commit message (Expand)AuthorAgeFilesLines
* tcctest: add back testXb (self compile with -b)grischka2014-01-211-18/+22
* Various Makefile fixes for cross-compilationThomas Preud'homme2014-01-091-1/+14
* misc. fixesgrischka2014-01-061-19/+20
* Improved variable length array support.James Lyon2013-04-271-0/+11
* Sorted out CMake on x86-64 and fixed silly XMM# bug introduced when working o...James Lyon2013-04-251-4/+3
* Workaround for MinGWs use of 80-bit long double on Win32.James Lyon2013-04-191-6/+6
* x86-64 ABI fixes.James Lyon2013-04-191-2/+2
* Tests in abitest.c now work on Win32.James Lyon2013-04-181-5/+9
* Added ABI compatibility tests with native compiler using libtcc.James Lyon2013-04-171-0/+10
* Fixed tests on Windows (including out-of-tree problems)James Lyon2013-04-171-9/+12
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-4/+9
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-1/+1
* tests: cleanupgrischka2013-02-051-68/+46
* Use gcc to generate tcctest.gccThomas Preud'homme2013-01-251-1/+1
* build: fix VPATH buildsAkim Demaille2012-12-181-6/+7
* tests: Add tests for compile/run tcc.c with `tcc -b` then compile tcc.c again...Kirill Smelkov2012-12-091-1/+22
* tests: btest should only run on targets supporting bcheckKirill Smelkov2012-11-241-0/+5
* Add support for __builtin_frame_address(level)Kirill Smelkov2012-11-161-1/+1
* Now btest pass!Kirill Smelkov2012-11-131-1/+0
* Honour *FLAGS everywhereThomas Preud'homme2012-11-061-5/+5
* tests: Minor adjustments selecting which tests are run on each platform.Milutin Jovanović2012-06-271-9/+31
* cleanup some partially broken patchesgrischka2012-04-181-2/+2
* Further changes improving the OSX build. Everything builds. libtest passes.Milutin Jovanovic2012-03-061-2/+8
* Patch attempting to build OSX TinyCC.Milutin Jovanovic2012-02-091-1/+1
* fixed Makefile test targetsJoe Soroka2011-07-221-1/+1
* make test work when LIBTCC1 not definedThomas Preud'homme2011-05-171-1/+5
* support c99 for-loop init declsJoe Soroka2011-03-071-1/+1
* weak definitions overrule non-weak prototypesJoe Soroka2011-02-011-2/+9
* Copy tcclib.h to tests directory so GCC uses its own headers.Shinichiro Hamaji2010-12-071-1/+3
* make: new lib/Makefile for libtcc1.a on more platformsgrischka2010-12-041-11/+13
* update Makefilesgrischka2009-12-201-1/+1
* x86-64: chkstk, allocagrischka2009-07-181-2/+2
* fix asmtest (somehow), update Makefilesgrischka2009-07-181-5/+6
* bcheck: restore malloc hooks when donegrischka2009-07-181-6/+7
* drop alloca #definegrischka2009-05-161-2/+3
* cleanup makefilesgrischka2009-04-191-2/+2
* Fixes for tests/Makefile.Shinichiro Hamaji2009-04-181-3/+3
* fix makefiles etc for subdirsgrischka2009-04-181-0/+144