tests: Refactor GlobalRoutingHelper tests

Change-Id: I06d35178c3f1617823119324e4ed58f3d25ce55f
diff --git a/tests/wscript b/tests/wscript
index 3a565d8..26d020b 100644
--- a/tests/wscript
+++ b/tests/wscript
@@ -8,6 +8,7 @@
     tests = bld.create_ns3_program('ndnSIM-unit-tests', all_modules)
     tests.source = bld.path.ant_glob(['main.cpp', 'unit-tests/**/*.cpp'])
     tests.includes = ['#', '.', '../NFD/', "../NFD/daemon", "../NFD/core", "../helper", "../model", "../apps", "../utils", "../examples"]
+    tests.defines = 'TEST_CONFIG_PATH=\"%s/conf-test\"' %(bld.bldnode)
 
     # Other tests
     for i in bld.path.ant_glob(['other/*.cpp']):