commit | 3f20f952e819dd2e16e7844b96276c2dacdb7124 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Nov 19 19:26:43 2020 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Nov 19 19:26:43 2020 -0800 |
tree | 92561401b54d9ee43c063b93209c382a3709af32 | |
parent | 9fc102c1b2347772cae4cc553a29a15af8e34780 [diff] [blame] |
split configuration into pieces Change-Id: I3039a3e15d9637e05b0f9678a7141258fb49e983
diff --git a/tests/unit-tests/configuration.t.cpp b/tests/unit-tests/configuration.t.cpp index 317d01b..c2f84e8 100644 --- a/tests/unit-tests/configuration.t.cpp +++ b/tests/unit-tests/configuration.t.cpp
@@ -18,7 +18,8 @@ * See AUTHORS.md for complete list of ndncert authors and contributors. */ -#include "configuration.hpp" +#include "detail/ca-configuration.hpp" +#include "detail/profile-storage.hpp" #include "detail/info-encoder.hpp" #include "test-common.hpp"