Parent Directory | Revision Log
Almost there with getting Jerry's tests to run. Just sorting out the linking.
1 | Import('env') |
2 | |
3 | import glob |
4 | |
5 | srcs = glob.glob("*.c") |
6 | |
7 | test_cpppath = [ |
8 | '#base/generic' |
9 | , '#test' |
10 | , env['CUNIT_CPPPATH'] |
11 | ] |
12 | |
13 | env.Library('asctestsolver',srcs |
14 | , CPPPATH=test_cpppath |
15 | ) |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |