X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FDVB%2FSConscript;h=e1c3df49e59f857a8305951ceaa2f2654c5793ec;hb=6b43243d9b1a3b9720efdacc6f02364877ebe2aa;hp=6f982f39382f2ef60fef0addabdbed677d3ddad2;hpb=2c5ee014ddfed45406e238029600346c99870229;p=senf.git diff --git a/Socket/Protocols/DVB/SConscript b/Socket/Protocols/DVB/SConscript index 6f982f3..e1c3df4 100644 --- a/Socket/Protocols/DVB/SConscript +++ b/Socket/Protocols/DVB/SConscript @@ -10,8 +10,8 @@ SConscript(glob.glob("*/SConscript")) SENFSCons.AllIncludesHH(env, [ f for f in glob.glob("*.hh") if f not in ('all_includes.hh','DVB.hh') and not f.endswith('.test.hh') ]) -sources, includes = SENFSCons.Glob(env) +sources, tests, includes = SENFSCons.Glob(env) -SENFSCons.Lib(env, sources) - -env.InstallSubdir(target = '$INCLUDEINSTALLDIR', source = includes) +env.Append(ALLOBJECTS = env.Object(sources)) +env.BoostUnitTest('test', tests) +env.InstallSubdir('$INCLUDEINSTALLDIR', includes)