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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3268 - (show annotations) (download)
Mon Nov 20 06:04:26 2017 UTC (7 years, 3 months ago) by jpye
File size: 298 byte(s)
added test for Asc_DynamicUnload with multiple shlibs.

1 Import('test_env')
2
3 import glob
4 test_env['TESTSRCS_UTILITIES'] = [test_env.File(i) for i in glob.glob("test_*.c")]
5
6 test_env.SharedLibrary("testdynaload",["shlib_test.c"])
7 test_env.SharedLibrary("testdynaload2",["shlib_test2.c"])
8 test_env.SharedLibrary("testdynaload3",["shlib_test3.c"])
9

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