commit | 3bf126f04d39eab1bd4f61d1c4dcf80298266deb | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Sep 14 20:35:02 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Sep 14 20:50:07 2023 -0400 |
tree | f9863954855af385b163e501df06c3a8b989b3d5 | |
parent | f3872f2d73c80f778b2041d5c14db31b1a9decd4 [diff] |
build: move `config.hpp` private header to `detail` subdir Change-Id: I9f3bb2e288450f002ecec77b52411647ed4fea5a
diff --git a/tests/wscript b/tests/wscript index 42d537d..b983992 100644 --- a/tests/wscript +++ b/tests/wscript
@@ -8,4 +8,5 @@ name='unit-tests', source=bld.path.ant_glob('**/*.cpp'), use='BOOST_TESTS libndn-nac', + includes=top, install_path=None)