Sign in
android
/
platform
/
external
/
jsoncpp
/
refs/heads/pie-b4s4-dev
/
.
/
src
/
test_lib_json
/
sconscript
blob: 915fd01c0a393807e96d20c83874e686743765e6 [
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'
)