commit | 08784d4485c1d62d8418b8094e0138e6d1dfed75 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Wed Sep 06 23:40:21 2017 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Sat Sep 09 10:43:22 2017 -0500 |
tree | a450d54df78b6ac5119778c02c2b633da646bd15 | |
parent | 8dfa63c1dd70394c31ac07262808b185d54213c8 [diff] [blame] |
Fix compilation with latest ndn-cxx Change-Id: Iaf468a75466134d18ecbb1fef66e4cb401d781a4
diff --git a/tests/wscript b/tests/wscript index bacd16b..3e98b34 100644 --- a/tests/wscript +++ b/tests/wscript
@@ -15,7 +15,7 @@ unit_test = bld.program( target="../unit-tests", - source=bld.path.ant_glob(['unit-tests/**/*.cpp']), + source=bld.path.ant_glob(['unit-tests/**/*.cpp', 'identity-management-fixture.cpp']), features=['cxx', 'cxxprogram'], use='ChronoSync tests-main', includes=['.'],