build: add jenkins script
Change-Id: I787d238045a936adad6135777aa3160a77c34ce0
Refs: #2790
diff --git a/tests/wscript b/tests/wscript
index bbe702c..706697a 100644
--- a/tests/wscript
+++ b/tests/wscript
@@ -9,14 +9,14 @@
name='tests-main',
features='cxx',
source=bld.path.ant_glob(['main.cpp']),
- use='libndn-group-encrypt',
+ use='ndn-group-encrypt',
)
unit_test = bld.program(
target="../unit-tests",
source=bld.path.ant_glob(['unit-tests/**/*.cpp']),
features=['cxx', 'cxxprogram'],
- use='libndn-group-encrypt tests-main',
+ use='ndn-group-encrypt tests-main',
includes=['.'],
install_path=None,
)