site_scons: added option to overwrite TEST_EXTRA_LIBS in BoostUnitTest target
[senf.git] / senf / Packets / extra-tests / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons
5
6 ###########################################################################
7
8 sources, tests, includes = SENFSCons.Glob(env)
9
10 env.BoostUnitTest('test', tests + ['${ALLBUNDLES}'])