X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FSConscript;h=561137b49fe2c5f195d52cee689db03d2820b58c;hb=56ec4faa5dcae61746a78375cb7de605d0b79738;hp=8d67e70d5fd8dbfd89f547439f028e4050e6bc0f;hpb=b52002fa2001e6472d6aa3dde263b85f654c6e8e;p=senf.git diff --git a/Utils/SConscript b/Utils/SConscript index 8d67e70..561137b 100644 --- a/Utils/SConscript +++ b/Utils/SConscript @@ -8,7 +8,7 @@ import SENFSCons, glob SENFSCons.StandardTargets(env) sources, testSources = SENFSCons.GlobSources() -objects = SENFSCons.Objects( env, sources = sources ) +objects = SENFSCons.Objects( env, sources = sources, testSources=testSources ) for sc in glob.glob("*/SConscript"): ob = SConscript(sc)