Gitiles
Code Review
Sign In
gerrit.named-data.net
/
PSync
/
1526fee9d39076763d73ffa908929b9592bbba05
/
.
/
tests
/
wscript
blob: 65c5eeb163b3bb31a42f67df03604714151f2251 [
file
] [
log
] [
blame
]
top
=
'..'
def
build
(
bld
):
if
not
bld
.
env
[
'WITH_TESTS'
]:
return
bld
.
program
(
target
=
'../unit-tests'
,
name
=
'unit-tests'
,
source
=
bld
.
path
.
ant_glob
(
'**/*.cpp'
),
use
=
'PSync'
,
install_path
=
None
)