blob: 915fd01c0a393807e96d20c83874e686743765e6 [file] [log] [blame]
Leon Scroggins IIIf59fb0e2014-05-28 15:19:42 -04001Import( 'env_testing buildUnitTests' )
2
3buildUnitTests( 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.
10env_testing.Depends('test_lib_json', '#libs')