Make use of logger provided by ndn-cxx
This commit also introduces a basic implmentation of DummyForwarder to
remove dependency on (and uncertainty of) the running instance of NFD.
Change-Id: Iba9fcbf3d3ebb1a5ae47018ad3be5d7d2b9c7462
diff --git a/tests/wscript b/tests/wscript
index b47447b..0b08cc0 100644
--- a/tests/wscript
+++ b/tests/wscript
@@ -22,6 +22,7 @@
target='../unit-tests',
features='cxx cxxprogram',
source=bld.path.ant_glob(['*.cpp',
+ 'unit-tests/dummy-forwarder.cpp',
'unit-tests/sync-*.t.cpp',
],
excl=['main.cpp']),