commit | cf7db2fd83a4818b1bfde167fa4fddb51790351f | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Mar 24 23:17:28 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Mar 26 22:52:16 2019 -0400 |
tree | b7420ac0a192b27cb20b27d74222e3dfbc73e57d | |
parent | b7703adb88718ea7aca423466ea0ce7206b422f5 [diff] [blame] |
tests: unit-tests-{core,tools} no longer require a global io_service BaseFixture is moved to tests/daemon and renamed to GlobalIoFixture Refs: #4528 Change-Id: If9184e9f7f1d6072b0103d3ea3ca6c31a9e505c8
diff --git a/tests/tools/ndn-autoconfig/procedure.t.cpp b/tests/tools/ndn-autoconfig/procedure.t.cpp index ec7cf31..760f8b0 100644 --- a/tests/tools/ndn-autoconfig/procedure.t.cpp +++ b/tests/tools/ndn-autoconfig/procedure.t.cpp
@@ -25,7 +25,7 @@ #include "ndn-autoconfig/procedure.hpp" -#include "../mock-nfd-mgmt-fixture.hpp" +#include "tests/tools/mock-nfd-mgmt-fixture.hpp" #include <boost/logic/tribool.hpp>