Abstracting testbed prepended name components

Change-Id: Ieb3b3971fb09e31ddb15d85b5907ee7be41ef6ae
diff --git a/tests/main.cpp b/tests/main.cpp
index 5441fe7..4a372fe 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -22,4 +22,14 @@
 #define BOOST_TEST_MAIN 1
 #define BOOST_TEST_DYN_LINK 1
 
+#include "util/shared-constants.hpp"
+
 #include <boost/test/unit_test.hpp>
+
+namespace ndn {
+namespace ntorrent {
+
+const char * SharedConstants::commonPrefix = "/ndn/multicast";
+
+} // namespace ntorrent
+} // namespace ndn