Parent Directory
|
Revision Log
Fixed test of ascDynaLoad
| 1 | Import('env') |
| 2 | |
| 3 | import glob |
| 4 | |
| 5 | env['TESTSRCS_UTILITIES'] = [env.File(i) for i in Split(""" |
| 6 | test_ascPanic.c |
| 7 | test_ascSignal.c |
| 8 | test_ascPrint.c |
| 9 | test_set.c |
| 10 | test_mem.c |
| 11 | test_readln.c |
| 12 | test_register_utilities.c |
| 13 | test_ascMalloc.c |
| 14 | test_ascDynaLoad.c |
| 15 | test_ascEnvVar.c |
| 16 | """)] |
| 17 | |
| 18 | env.SharedLibrary("testdynaload",["test_ascDynaLoad_shlib.c"]) |
| john.pye@anu.edu.au | ViewVC Help |
| Powered by ViewVC 1.1.22 |