tests: Porting forwarding entry test and fixing app tests

Change-Id: Ia6d2a0b39a1105c0873f873bbd4fce49dabb3cca
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2946414..4e12850 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,22 +1,13 @@
 
 LDADD = ../libndn-cpp.la
 
-# Temporary disabled (need fixing)
-#
-# noinst_PROGRAMS = test-encode-decode-benchmark \
-# 	test-encode-decode-data \
-# 	test-encode-decode-forwarding-entry \
-# 	test-encode-decode-interest \
-# 	test-get-async \
-# 	test-publish-async
+noinst_PROGRAMS = \
+	test-get-async \
+	test-publish-async
 
-test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp
+# test-encode-decode-benchmark
 
-test_encode_decode_data_SOURCES = test-encode-decode-data.cpp
-
-test_encode_decode_forwarding_entry_SOURCES = test-encode-decode-forwarding-entry.cpp
-
-test_encode_decode_interest_SOURCES = test-encode-decode-interest.cpp
+# test_encode_decode_benchmark_SOURCES = test-encode-decode-benchmark.cpp
 
 test_get_async_SOURCES = test-get-async.cpp