PPI: Checkin of first compiling (yet not working) version
[senf.git] / Packets / PacketParser.test.cc
index 9f115cb..23b1be9 100644 (file)
 //#include "PacketParser.test.ih"
 
 // Custom includes
-#include "PacketParser.hh"
-#include "PacketInterpreter.hh"
-#include "PacketType.hh"
-#include "ParseInt.hh"
+#include "Packets.hh"
 
 #include <boost/test/auto_unit_test.hpp>
 #include <boost/test/test_tools.hpp>
@@ -120,4 +117,6 @@ BOOST_AUTO_UNIT_TEST(safePacketParser)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: