Parent Directory
|
Revision Log
|
Patch
revision 592 by johnpye, Fri May 12 09:50:57 2006 UTC | revision 926 by johnpye, Wed Nov 22 07:22:17 2006 UTC | |
---|---|---|
# | Line 2 Import('env') | Line 2 Import('env') |
2 | ||
3 | import glob | import glob |
4 | ||
5 | env['TESTSRCS_UTILITIES'] = [env.File(i) for i in glob.glob("*.c")] | 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 |