Gitiles
Code Review
Sign In
gerrit.named-data.net
/
name-based-access-control
/
969d0f3ae376ac22e803a6123b72a3aa5fd49a8c
/
.
/
tests
/
wscript
blob: 9532f789640a5fb9a7a04403b2b90be9db3da889 [
file
] [
log
] [
blame
]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
top
=
'..'
def
build
(
bld
):
bld
.
program
(
target
=
'../unit-tests'
,
name
=
'unit-tests'
,
source
=
bld
.
path
.
ant_glob
(
'**/*.cpp'
),
use
=
'libndn-nac'
,
install_path
=
None
)