X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FSConscript;h=a91f80abdd956fa83d3879051db5959ac07fb490;hb=164fe477094d42463722584e527a02379ab5d985;hp=6113f90a65c1bc1fc79f3568a41df474e6e39edc;hpb=b1f9349b1f3521d58cbef52ead0f2e5303a58c9e;p=senf.git diff --git a/Scheduler/SConscript b/Scheduler/SConscript index 6113f90..a91f80a 100644 --- a/Scheduler/SConscript +++ b/Scheduler/SConscript @@ -5,9 +5,9 @@ import SENFSCons ########################################################################### -sources, includes = SENFSCons.Glob(env) +sources, tests, includes = SENFSCons.Glob(env) -SENFSCons.Lib(env, sources) +env.Append(ALLOBJECTS = env.Object(sources)) +env.BoostUnitTest('test', tests) SENFSCons.Doxygen(env) - -env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes) +env.InstallSubdir('$INCLUDEINSTALLDIR', includes)