blob: 4ba1620165cd702848ed0aad39500d2e0aba8a33 [file] [log] [blame]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
top = '..'
def build(bld):
config_path = 'TMP_TESTS_PATH="%s"' % bld.bldnode.make_node('tmp-files')
bld.program(
target='../unit-tests',
name='unit-tests',
source=bld.path.ant_glob('**/*.cpp'),
use='libndn-nac',
includes='.',
install_path=None,
defines=[config_path])