Gitiles
Code Review
Sign In
gerrit.named-data.net
/
PSync
/
17b266c3a0313d9bf1266f69337da6a3acff983e
/
.
/
tests
/
wscript
blob: 8b3ecbee27465161faf326e6c6f54969b598303c [
file
] [
log
] [
blame
]
top
=
'..'
def
build
(
bld
):
bld
.
program
(
target
=
'../unit-tests'
,
name
=
'unit-tests'
,
source
=
bld
.
path
.
ant_glob
(
'**/*.cpp'
),
use
=
'PSync'
,
install_path
=
None
)