commit | 394977c2f2b01347ddff97ea1a6da19706c8672f | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Apr 25 21:40:31 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Apr 26 00:29:04 2020 -0400 |
tree | 37555e9c8285c21afdb2723d992c375a7cdb3a1c | |
parent | fbb6990abcf9097fbc6638dda375c4a04b1dc844 [diff] [blame] |
tests: rename integrated -> integration And move benchmarks to their own subdir Change-Id: I23460e1135b47d505eacf0571ced1cbf810b7680
diff --git a/tests/unit/main.cpp b/tests/unit/main.cpp index 51edc79..04c223d 100644 --- a/tests/unit/main.cpp +++ b/tests/unit/main.cpp
@@ -19,5 +19,5 @@ * See AUTHORS.md for complete list of ndn-cxx authors and contributors. */ -#define BOOST_TEST_MODULE ndn-cxx Unit Tests +#define BOOST_TEST_MODULE ndn-cxx #include "tests/boost-test.hpp"