tests: sync common test infrastructure with ndn-cxx

Change-Id: I6f2ee4b5b644d6fddcebbe1158b1dd9ad2159417
diff --git a/tests/test-conf-parameter.cpp b/tests/test-conf-parameter.cpp
index 7b3b74e..4bc9c54 100644
--- a/tests/test-conf-parameter.cpp
+++ b/tests/test-conf-parameter.cpp
@@ -18,16 +18,14 @@
  * NLSR, e.g., in COPYING.md file.  If not, see <http://www.gnu.org/licenses/>.
  *
  * \author Ashlesh Gawande <agawande@memphis.edu>
- *
  **/
+
 #include "conf-parameter.hpp"
+#include "tests/boost-test.hpp"
 
 #include <ndn-cxx/util/dummy-client-face.hpp>
 
-#include <boost/test/unit_test.hpp>
-
 namespace nlsr {
-
 namespace test {
 
 using namespace std;