blob: 2d83303b6f99ccd4f53a6dcf5d3b20f482b329da [file] [log] [blame]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
top = '../'
def build(bld):
# common objects that can be shared among all tests
bld.objects(target='tests-common',
source=bld.path.ant_glob('*.cpp'),
features='pch',
headers='tests-pch.hpp',
use='BOOST_TESTS ndn-cxx')
bld.recurse('benchmarks')
bld.recurse('integration')
bld.recurse('unit')