X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=satscons%2FSatSCons.py;h=2d415983e4582fb0241dec7676c3ec1303052e8a;hb=a667cc8cfcfd254b7a9cc8a43f7c6aa1dcc7ed69;hp=12eb6cfa9632e08e1854bda892ab09d4f99e106e;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/satscons/SatSCons.py b/satscons/SatSCons.py index 12eb6cf..2d41598 100644 --- a/satscons/SatSCons.py +++ b/satscons/SatSCons.py @@ -126,7 +126,7 @@ def Objects(env, sources, testSources = None, LIBS = []): if testSources: test = env.BoostUnitTests( - target = 'test.log', + target = 'test', source = sources, test_source = testSources, LIBS = LIBS,