Packets: Restructure documentation
[senf.git] / senfscons / BoostUnitTests.py
index 3733455..f2516f3 100644 (file)
@@ -36,6 +36,7 @@ def BoostUnitTests(env, target, objects, test_sources=None, LIBS = [], OBJECTS =
     testEnv = env.Copy(**kw)
     testEnv.Prepend(_LIBFLAGS = ' -Wl,-Bstatic -l$BOOSTTESTLIB -Wl,-Bdynamic ')
     testEnv.Prepend(LIBS = LIBS)
+    testEnv.Append(LIBS = env['TEST_EXTRA_LIBS'])
     all_objects = []
     if not objects:
         objects = []