mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-22 00:30:11 +02:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
Import( 'env_testing buildJSONTests' )
|
|
|
|
buildJSONTests( env_testing, Split( """
|
|
main.cpp
|
|
""" ),
|
|
'jsontestrunner' )
|
|
|
|
# For 'check' to work, 'libs' must be built first.
|
|
env_testing.Depends('jsontestrunner', '#libs')
|