X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2Fextra-tests%2FSConscript;fp=senf%2FPackets%2Fextra-tests%2FSConscript;h=3a65f619328747997d6e30601febdae0c32138db;hb=8dbb3db32c2a258edcbd70e3f1b526e7e3b97b49;hp=0000000000000000000000000000000000000000;hpb=d9143facc7806e2c03ee357fd9697ea9a1277377;p=senf.git diff --git a/senf/Packets/extra-tests/SConscript b/senf/Packets/extra-tests/SConscript new file mode 100644 index 0000000..3a65f61 --- /dev/null +++ b/senf/Packets/extra-tests/SConscript @@ -0,0 +1,10 @@ +# -*- python -*- + +Import('env') +import SENFSCons + +########################################################################### + +sources, tests, includes = SENFSCons.Glob(env) + +env.BoostUnitTest('test', tests + ['${LOCALLIBDIR}/AllBundles${OBJADDSUFFIX}${OBJSUFFIX}'])