mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-05 00:25:27 +02:00
11 lines
242 B
Plaintext
11 lines
242 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')
|