blob: 8b3ecbee27465161faf326e6c6f54969b598303c [file] [log] [blame]
Ashlesh Gawande0b2897e2018-06-20 14:40:47 -05001top = '..'
2
3def build(bld):
Davide Pesaventoda278492019-01-29 15:00:49 -05004 bld.program(target='../unit-tests',
5 name='unit-tests',
6 source=bld.path.ant_glob('**/*.cpp'),
7 use='PSync',
8 install_path=None)