blob: 65c5eeb163b3bb31a42f67df03604714151f2251 [file] [log] [blame]
top = '..'
def build(bld):
if not bld.env['WITH_TESTS']:
return
bld.program(target='../unit-tests',
name='unit-tests',
source=bld.path.ant_glob('**/*.cpp'),
use='PSync',
install_path=None)