Parent Directory
|
Revision Log
Fixed building of test suite after code reorg. Test suite may still be broken though: seems to segfault and give lots of errors.
| 1 | jpye | 2017 | Import('test_env') |
| 2 | johnpye | 400 | |
| 3 | import glob | ||
| 4 | |||
| 5 | jpye | 2017 | test_env['TESTSRCS_UTILITIES'] = [test_env.File(i) for i in Split(""" |
| 6 | johnpye | 928 | test_ascMalloc.c |
| 7 | johnpye | 926 | test_ascPanic.c |
| 8 | test_ascSignal.c | ||
| 9 | test_ascPrint.c | ||
| 10 | test_set.c | ||
| 11 | test_mem.c | ||
| 12 | test_readln.c | ||
| 13 | test_register_utilities.c | ||
| 14 | test_ascDynaLoad.c | ||
| 15 | test_ascEnvVar.c | ||
| 16 | """)] | ||
| 17 | |||
| 18 | jpye | 2017 | test_env.SharedLibrary("testdynaload",["test_ascDynaLoad_shlib.c"]) |
| john.pye@anu.edu.au | ViewVC Help |
| Powered by ViewVC 1.1.22 |