summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-12 21:39:28 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-11-21 11:50:22 -0500
commite30dd7788547c1e0762606bfa715934e60231e7e (patch)
tree12049d0e5c67a5abf0b2089f7e438f4627889dde /test
parentc716635f4d4045a9f7207b7d014667f530713cce (diff)
downloadphosphor-inventory-manager-e30dd7788547c1e0762606bfa715934e60231e7e.tar.gz
phosphor-inventory-manager-e30dd7788547c1e0762606bfa715934e60231e7e.zip
build: Fix out of tree build issues
Eventually server.hpp will come from an external shared library. Until then, iquote it while it lives in-tree. Change-Id: If0f7da8e2c951443fea0d623ad03a7c54a5a5ee9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'test')
-rw-r--r--test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cpp b/test/test.cpp
index 6b8e7e1..f089fcd 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include "manager.hpp"
+#include "../manager.hpp"
#include "../config.h"
#include <cassert>
OpenPOWER on IntegriCloud