blob: 7c55872e17c436dab4ed89169623f287d1e08cc3 [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_prefix = None,
)