build: align minimum build dependencies with ndn-cxx

 * boost 1.65.1
 * gcc 7.4
 * clang 6.0
 * Xcode 10.0 (11.3 or later recommended)

Also improve some test cases

Change-Id: Ib81d082a19e61940fa6f1d89204ea8de8ed57940
diff --git a/tests/test-lsa-rule.cpp b/tests/test-lsa-rule.cpp
index 4e7b3b3..2b6faf4 100644
--- a/tests/test-lsa-rule.cpp
+++ b/tests/test-lsa-rule.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
- * Copyright (c) 2014-2021,  The University of Memphis,
+ * Copyright (c) 2014-2022,  The University of Memphis,
  *                           Regents of the University of California,
  *                           Arizona Board of Regents.
  *
@@ -39,7 +39,7 @@
 namespace nlsr {
 namespace test {
 
-class LsaRuleFixture : public nlsr::test::UnitTestTimeFixture
+class LsaRuleFixture : public UnitTestTimeFixture
 {
 public:
   LsaRuleFixture()