
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@2 c5894555-1306-4e8d-425f-1f6f381ee07c
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
Import( 'env_testing buildUnitTests' )
|
|
|
|
buildUnitTests( env_testing, Split( """
|
|
main.cpp
|
|
jsontest.cpp
|
|
""" ),
|
|
'test_lib_json' )
|
|
|
|
# For 'check' to work, 'libs' must be built first.
|
|
env_testing.Depends('test_lib_json', '#libs')
|