blob: 6e68e31533ef43e07bbde3979a7896e5f6f2a3a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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')
|