Skip to content
Snippets Groups Projects
Commit 36910f7c authored by tho's avatar tho
Browse files

use unittest include from util!

parent 0ddfcde8
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
// Custom includes
#include "UDPSocketHandle.hh"
#include <boost/test/auto_unit_test.hpp>
#include "../../../Utils/auto_unit_test.hh"
#include <boost/test/test_tools.hpp>
#define prefix_
......
......@@ -29,7 +29,7 @@
// Custom includes
#include "@NAME@.hh"
#include <boost/test/auto_unit_test.hpp>
#include "../../../Utils/auto_unit_test.hh"
#include <boost/test/test_tools.hpp>
#define prefix_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment