Combine all boot build stuff in a single scons tool
[senf.git] / Packets / DefaultBundle / extra_tests / SConscript
index f3b2df8..320bffd 100644 (file)
@@ -5,4 +5,4 @@ import SENFSCons, glob
 
 ###########################################################################
 
-SENFSCons.Test(env, sources = glob.glob("*.test.cc"))
+env.BoostUnitTest('test', glob.glob("*.test.cc"))