tests: sync common testing infrastructure with ndn-cxx

Change-Id: I6feab5247231abc35b8daa96bca21ad17c9cc4b3
diff --git a/tests/other/wscript b/tests/other/wscript
index 3393a15..0d94bd6 100644
--- a/tests/other/wscript
+++ b/tests/other/wscript
@@ -37,8 +37,7 @@
         bld.program(name=module,
                     target='../../%s' % module,
                     source=bld.path.ant_glob('%s*.cpp' % module),
-                    use='daemon-objects tests-common other-tests-%s-main' % module,
-                    defines=['UNIT_TEST_CONFIG_PATH="%s"' % bld.bldnode.make_node('tmp-files')],
+                    use='daemon-objects other-tests-%s-main' % module,
                     install_path=None)
 
     # face-benchmark does not rely on Boost.Test