Christopher Dunn | f986423 | 2007-06-14 21:01:26 +0000 | [diff] [blame] | 1 | Import( 'env_testing buildJSONTests' ) |
2 | |||||
3 | buildJSONTests( env_testing, Split( """ | ||||
4 | main.cpp | ||||
5 | """ ), | ||||
6 | 'jsontestrunner' ) | ||||
Christopher Dunn | e1f8a47 | 2007-06-14 22:01:40 +0000 | [diff] [blame^] | 7 | |
8 | # For 'check' to work, 'libs' must be built first. | ||||
9 | env_testing.Depends('jsontestrunner', '#libs') |