Parent Directory
|
Revision Log
Working on adding some more export symbols, for purpose of getting Jerry's test suite to work with SCons build.
1 | Import('env') |
2 | |
3 | import glob |
4 | |
5 | env['TESTSRCS_UTILITIES'] = [env.File(i) for i in glob.glob("*.c")] |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |