Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
github.com
/
open-source-parsers
/
jsoncpp
/
2bc6137ada4195be3a737c3d9410eaa60ec13a10
/
.
/
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'
)