commit | 780e646ff561d86b2022ddd3fb66ea134681071b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Feb 08 20:58:12 2021 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Feb 10 13:43:26 2021 -0500 |
tree | 883f724a55c2fae67052daa15d8425bc56b3ca1d | |
parent | 07684bced7af81752d06d8bf15e4435adc623b03 [diff] [blame] |
ci: compile-check installed headers Script copied from ndn-cxx with minor modifications Also, move tlv.hpp to detail/ and cleanup includes in common.hpp Change-Id: I6240601f005c61bb3547bd5acf854200f3b13093
diff --git a/tests/wscript b/tests/wscript index e92ab29..79f4fb0 100644 --- a/tests/wscript +++ b/tests/wscript
@@ -7,4 +7,5 @@ name='unit-tests', source=bld.path.ant_glob('**/*.cpp'), use='ChronoSync', + includes='..', install_path=None)