Home | History | Annotate | Download | only in test_lib_json
      1 Import( 'env_testing buildUnitTests' )
      2 
      3 buildUnitTests( env_testing, Split( """
      4     main.cpp
      5     jsontest.cpp
      6      """ ),
      7     'test_lib_json' )
      8 
      9 # For 'check' to work, 'libs' must be built first.
     10 env_testing.Depends('test_lib_json', '#libs')
     11