tests: sync common testing infrastructure with ndn-cxx

Change-Id: I1bd56d472f5627207f17c950eb4c5550d1b3724c
diff --git a/wscript b/wscript
index a3b2c88..40e0602 100644
--- a/wscript
+++ b/wscript
@@ -66,7 +66,7 @@
               source=bld.path.ant_glob('src/**/*.cpp'),
               use='NDN_CXX BOOST OPENSSL SQLITE3',
               includes='src',
-              export_includes='src')
+              export_includes='src .')
 
     bld(features='subst',
         source='libndn-cert.pc.in',