Sign in
android
/
platform
/
external
/
jsoncpp
/
refs/heads/oreo-m7-release
/
.
/
src
/
jsontestrunner
/
sconscript
blob: 6e68e31533ef43e07bbde3979a7896e5f6f2a3a2 [
file
] [
log
] [
blame
] [
edit
]
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'
)