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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 928 - (show annotations) (download)
Wed Nov 22 10:32:18 2006 UTC (18 years, 3 months ago) by johnpye
Original Path: trunk/base/generic/utilities/test/SConscript
File size: 337 byte(s)
Commented out some stream redirection stuff for simplicity.
The CUnit test suite now works as expected (but without output suppression, for the moment).
Some more effort on IDA (ongoing).
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