fs-watcher: Switch code to use ndn-cxx

Implementation moved to ndn::chronoshare namespace

Change-Id: I78a7f08dc2aafe7a2d578f78d99c72db7ea414b6
diff --git a/.jenkins.d/20-tests.sh b/.jenkins.d/20-tests.sh
index 6f466ed..db8cf30 100755
--- a/.jenkins.d/20-tests.sh
+++ b/.jenkins.d/20-tests.sh
@@ -47,6 +47,9 @@
 # Give NFD a few seconds to start
 sleep 10
 
+#open the NDN LOG
+export NDN_LOG=*=ALL
+
 # First run all tests as unprivileged user
 ./build/unit-tests $(ut_log_args)