mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 19:34:19 +08:00
The script was expecting gcc-3.2 in a specific directory, works only, when building tcc in the source directory and creates >3200 files in /tmp (probably a SSD). Now gcctestsuite.sh works much better. * use TESTSUITE_PATH, to tell the script the location, where the actual gcc.c-torture directory is * work also, when tcc was build in a separate build directory. use TCC_SOURCE_PATH, when guessing the tcc source directory does not work * use RUNTIME_DIR to redirect compiler output (default: XDG_RUNTIME_DIR, then /tmp) * skip tests for features not implemented in tcc ( *_builtin_*, _Complex ) -- Regards, Detlef |
||
|---|---|---|
| .. | ||
| pp | ||
| tests2 | ||
| 42test.h | ||
| abitest.c | ||
| arm-asm-testsuite.sh | ||
| asm-c-connect-1.c | ||
| asm-c-connect-2.c | ||
| asmtest.S | ||
| boundtest.c | ||
| bug.c | ||
| gcctestsuite.sh | ||
| libtcc_test_mt.c | ||
| libtcc_test.c | ||
| Makefile | ||
| tcctest.c | ||
| tcctest.h | ||
| testfp.c | ||
| vla_test.c | ||