Packets/80221Bundle/MIHPacket: fixed EtherType registration
[senf.git] / senf / Packets / extra-tests / SConscript
diff --git a/senf/Packets/extra-tests/SConscript b/senf/Packets/extra-tests/SConscript
new file mode 100644 (file)
index 0000000..3a65f61
--- /dev/null
@@ -0,0 +1,10 @@
+# -*- python -*-
+
+Import('env')
+import SENFSCons
+
+###########################################################################
+
+sources, tests, includes = SENFSCons.Glob(env)
+
+env.BoostUnitTest('test', tests + ['${LOCALLIBDIR}/AllBundles${OBJADDSUFFIX}${OBJSUFFIX}'])