Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
dbda2aa36f61dea8ed2e251a14f74117621fe09d
/
.
/
src
/
test_lib_json
/
sconscript
blob: 915fd01c0a393807e96d20c83874e686743765e6 [
file
] [
log
] [
blame
]
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'
)