From aceb4baa1b3b58d425c4c706069ec51fb594305f Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 27 Sep 2018 14:50:37 -0700 Subject: move blobs and manager header into installation dir The blobs and manager header will be used by handlers once we've transitioned to dynamic loading. Change-Id: Ieae8fcfe383007731cb4f8b2619612c3bfa47f50 Signed-off-by: Patrick Venture --- test/blob_mock.hpp | 2 +- test/manager_close_unittest.cpp | 3 ++- test/manager_commit_unittest.cpp | 2 +- test/manager_delete_unittest.cpp | 3 ++- test/manager_getsession_unittest.cpp | 2 +- test/manager_mock.hpp | 5 ++--- test/manager_open_unittest.cpp | 2 +- test/manager_read_unittest.cpp | 2 +- test/manager_sessionstat_unittest.cpp | 3 ++- test/manager_stat_unittest.cpp | 3 ++- test/manager_unittest.cpp | 2 +- test/manager_write_unittest.cpp | 3 ++- 12 files changed, 18 insertions(+), 14 deletions(-) (limited to 'test') diff --git a/test/blob_mock.hpp b/test/blob_mock.hpp index 6c21c65..3396048 100644 --- a/test/blob_mock.hpp +++ b/test/blob_mock.hpp @@ -1,6 +1,6 @@ #pragma once -#include "blobs.hpp" +#include #include diff --git a/test/manager_close_unittest.cpp b/test/manager_close_unittest.cpp index 47c9264..85ad81b 100644 --- a/test/manager_close_unittest.cpp +++ b/test/manager_close_unittest.cpp @@ -1,5 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" + +#include #include diff --git a/test/manager_commit_unittest.cpp b/test/manager_commit_unittest.cpp index b1b3c8c..e576707 100644 --- a/test/manager_commit_unittest.cpp +++ b/test/manager_commit_unittest.cpp @@ -1,6 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" +#include #include #include diff --git a/test/manager_delete_unittest.cpp b/test/manager_delete_unittest.cpp index 9ad3afd..62a2e4c 100644 --- a/test/manager_delete_unittest.cpp +++ b/test/manager_delete_unittest.cpp @@ -1,5 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" + +#include #include diff --git a/test/manager_getsession_unittest.cpp b/test/manager_getsession_unittest.cpp index e66729a..2022146 100644 --- a/test/manager_getsession_unittest.cpp +++ b/test/manager_getsession_unittest.cpp @@ -1,4 +1,4 @@ -#include "manager.hpp" +#include #include diff --git a/test/manager_mock.hpp b/test/manager_mock.hpp index 41979ac..3a9d065 100644 --- a/test/manager_mock.hpp +++ b/test/manager_mock.hpp @@ -1,8 +1,7 @@ #pragma once -#include "blobs.hpp" -#include "manager.hpp" - +#include +#include #include #include diff --git a/test/manager_open_unittest.cpp b/test/manager_open_unittest.cpp index 309d3f6..441c204 100644 --- a/test/manager_open_unittest.cpp +++ b/test/manager_open_unittest.cpp @@ -1,6 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" +#include #include #include diff --git a/test/manager_read_unittest.cpp b/test/manager_read_unittest.cpp index 1d40f5d..5858658 100644 --- a/test/manager_read_unittest.cpp +++ b/test/manager_read_unittest.cpp @@ -1,6 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" +#include #include #include diff --git a/test/manager_sessionstat_unittest.cpp b/test/manager_sessionstat_unittest.cpp index 6ae27d3..8e4c233 100644 --- a/test/manager_sessionstat_unittest.cpp +++ b/test/manager_sessionstat_unittest.cpp @@ -1,5 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" + +#include #include diff --git a/test/manager_stat_unittest.cpp b/test/manager_stat_unittest.cpp index a13a66d..15b779e 100644 --- a/test/manager_stat_unittest.cpp +++ b/test/manager_stat_unittest.cpp @@ -1,5 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" + +#include #include diff --git a/test/manager_unittest.cpp b/test/manager_unittest.cpp index 7d4d49e..c0157e6 100644 --- a/test/manager_unittest.cpp +++ b/test/manager_unittest.cpp @@ -1,7 +1,7 @@ #include "blob_mock.hpp" -#include "manager.hpp" #include +#include #include #include diff --git a/test/manager_write_unittest.cpp b/test/manager_write_unittest.cpp index 33c6d5a..50ea7a4 100644 --- a/test/manager_write_unittest.cpp +++ b/test/manager_write_unittest.cpp @@ -1,5 +1,6 @@ #include "blob_mock.hpp" -#include "manager.hpp" + +#include #include -- cgit v1.2.3