jsoncpp/src/jsontestrunner/sconscript

10 lines
227 B
Plaintext
Raw Normal View History

Import( 'env_testing buildJSONTests' )
buildJSONTests( env_testing, Split( """
main.cpp
""" ),
'jsontestrunner' )
2007-06-15 06:01:40 +08:00
# For 'check' to work, 'libs' must be built first.
env_testing.Depends('jsontestrunner', '#libs')