tests: Porting forwarding entry test and fixing app tests

Change-Id: Ia6d2a0b39a1105c0873f873bbd4fce49dabb3cca
diff --git a/tests_boost/Makefile.am b/tests_boost/Makefile.am
index baf187a..19a72a0 100644
--- a/tests_boost/Makefile.am
+++ b/tests_boost/Makefile.am
@@ -6,6 +6,7 @@
   main.cpp \
   test-encode-decode-certificate.cpp \
   test-encode-decode-data.cpp \
-  test-encode-decode-interest.cpp
+  test-encode-decode-interest.cpp \
+  test-encode-decode-forwarding-entry.cpp
 
 unit_tests_LDADD = ../libndn-cpp.la @BOOST_SYSTEM_LIB@ @BOOST_UNIT_TEST_FRAMEWORK_LIB@