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

Annotation of /trunk/ascend/utilities/test/SConscript

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2017 - (hide annotations) (download)
Wed Apr 29 02:39:32 2009 UTC (15 years, 10 months ago) by jpye
File size: 357 byte(s)
Fixed building of test suite after code reorg.
Test suite may still be broken though: seems to segfault and give lots of errors.
1 jpye 2017 Import('test_env')
2 johnpye 400
3     import glob
4    
5 jpye 2017 test_env['TESTSRCS_UTILITIES'] = [test_env.File(i) for i in Split("""
6 johnpye 928 test_ascMalloc.c
7 johnpye 926 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 jpye 2017 test_env.SharedLibrary("testdynaload",["test_ascDynaLoad_shlib.c"])

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