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-server/program.t.cpp b/tests/tools/ndn-autoconfig-server/program.t.cpp index b8209b0..4e78bef 100644 --- a/tests/tools/ndn-autoconfig-server/program.t.cpp +++ b/tests/tools/ndn-autoconfig-server/program.t.cpp
@@ -25,6 +25,7 @@ #include "ndn-autoconfig-server/program.hpp" +#include "tests/test-common.hpp" #include "tests/key-chain-fixture.hpp" #include <ndn-cxx/encoding/buffer.hpp>