/[ascend]/trunk/ascend/utilities/test/SConscript
ViewVC logotype

Contents of /trunk/ascend/utilities/test/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2011 - (show annotations) (download)
Tue Apr 28 08:58:48 2009 UTC (15 years, 10 months ago) by jpye
File size: 337 byte(s)
Moving libascend components from #/base/generic into #/ascend
1 Import('env')
2
3 import glob
4
5 env['TESTSRCS_UTILITIES'] = [env.File(i) for i in Split("""
6 test_ascMalloc.c
7 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 env.SharedLibrary("testdynaload",["test_ascDynaLoad_shlib.c"])

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22