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