aboutsummaryrefslogtreecommitdiff
path: root/src/test_lib_json/sconscript
blob: 915fd01c0a393807e96d20c83874e686743765e6 (plain)
1
2
3
4
5
6
7
8
9
10
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')