From f4a338ee1a5eb993fb7f9688588b77b12ad944c2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 29 Sep 2016 22:02:28 +0300 Subject: Move manifest_parser and manifest_serializer to libbutl --- tests/repository-location/buildfile | 5 +++-- tests/repository-location/driver.cxx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/repository-location') diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile index b8e5f87..b1538ca 100644 --- a/tests/repository-location/buildfile +++ b/tests/repository-location/buildfile @@ -2,7 +2,8 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} +import libs += libbutl%lib{butl} -include ../../bpkg/ +exe{driver}: cxx{driver} ../../bpkg/lib{bpkg} $libs +include ../../bpkg/ diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 2a2418c..441e295 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -10,9 +10,9 @@ #include // invalid_argument #include +#include #include -#include using namespace std; using namespace butl; -- cgit v1.1