Parent Directory
|
Revision Log
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 |