tests: sync common test infrastructure with ndn-cxx
Change-Id: I6f2ee4b5b644d6fddcebbe1158b1dd9ad2159417
diff --git a/tests/test-name-prefix-list.cpp b/tests/test-name-prefix-list.cpp
index f8bf855..3bb93b7 100644
--- a/tests/test-name-prefix-list.cpp
+++ b/tests/test-name-prefix-list.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
- * Copyright (c) 2014-2017, The University of Memphis,
+ * Copyright (c) 2014-2019, The University of Memphis,
* Regents of the University of California
*
* This file is part of NLSR (Named-data Link State Routing).
@@ -19,7 +19,7 @@
**/
#include "name-prefix-list.hpp"
-#include <boost/test/unit_test.hpp>
+#include "tests/boost-test.hpp"
namespace nlsr {
namespace test {