blob: 4dd9c9f8ff0f83359594776d2a5fbd7b7e437e1a [file] [log] [blame]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
top = '..'
def build(bld):
unittests = bld.program (
target="../unit-tests",
features = "cxx cxxprogram",
source = bld.path.ant_glob(['**/*.cpp']),
use = 'ndn-cpp-dev',
install_path = None,
)