Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
abc1e07543978eb95a2c11ef7ca9fd052d8a2cd2
/
.
/
src
/
jsontestrunner
/
sconscript
blob: 6e68e31533ef43e07bbde3979a7896e5f6f2a3a2 [
file
] [
log
] [
blame
]
Import
(
'env_testing buildJSONTests'
)
buildJSONTests
(
env_testing
,
Split
(
"""
main.cpp
"""
),
'jsontestrunner'
)
# For 'check' to work, 'libs' must be built first.
env_testing
.
Depends
(
'jsontestrunner'
,
'#libs'
)