Parent Directory
|
Revision Log
|
Patch
revision 926 by johnpye, Wed Nov 22 07:22:17 2006 UTC | revision 928 by johnpye, Wed Nov 22 10:32:18 2006 UTC | |
---|---|---|
# | Line 3 Import('env') | Line 3 Import('env') |
3 | import glob | import glob |
4 | ||
5 | env['TESTSRCS_UTILITIES'] = [env.File(i) for i in Split(""" | env['TESTSRCS_UTILITIES'] = [env.File(i) for i in Split(""" |
6 | test_ascMalloc.c | |
7 | test_ascPanic.c | test_ascPanic.c |
8 | test_ascSignal.c | test_ascSignal.c |
9 | test_ascPrint.c | test_ascPrint.c |
# | Line 10 env['TESTSRCS_UTILITIES'] = [env.File(i) | Line 11 env['TESTSRCS_UTILITIES'] = [env.File(i) |
11 | test_mem.c | test_mem.c |
12 | test_readln.c | test_readln.c |
13 | test_register_utilities.c | test_register_utilities.c |
test_ascMalloc.c | ||
14 | test_ascDynaLoad.c | test_ascDynaLoad.c |
15 | test_ascEnvVar.c | test_ascEnvVar.c |
16 | """)] | """)] |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |