Sign in
android
/
platform
/
external
/
jsoncpp
/
refs/heads/jumper-stable-alt
/
.
/
src
/
test_lib_json
/
sconscript
blob: 84f56b6a02a1d968ebd7d2bb60269cbe210d2f26 [
file
] [
log
] [
blame
] [
edit
]
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'
)