Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
1f4847cbd9f89fb94ccf8fbccf539d7fbb60a4e1
/
.
/
src
/
test_lib_json
/
sconscript
blob: 84f56b6a02a1d968ebd7d2bb60269cbe210d2f26 [
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'
)