| Leon Scroggins III | f59fb0e | 2014-05-28 15:19:42 -0400 | [diff] [blame] | 1 | Import( 'env_testing buildUnitTests' ) |
| 2 | |||||
| 3 | buildUnitTests( env_testing, Split( """ | ||||
| 4 | main.cpp | ||||
| 5 | jsontest.cpp | ||||
| 6 | """ ), | ||||
| 7 | 'test_lib_json' ) | ||||
| 8 | |||||
| 9 | # For 'check' to work, 'libs' must be built first. | ||||
| 10 | env_testing.Depends('test_lib_json', '#libs') | ||||