Gitiles
Code Review
Sign In
gerrit.named-data.net
/
PSync
/
e51936f8c676f1f7238143aa3383c94233c6d8f9
/
.
/
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
)