From 61377c582e0f2675baa5f5e6e30a35d1a4164b33 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 16:08:43 +0300 Subject: Add hxx extension for headers and lib prefix for library dir --- tests/manifest-roundtrip/buildfile | 4 ++-- tests/manifest-roundtrip/driver.cxx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/manifest-roundtrip') diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile index 0bf7eb6..71a3eb8 100644 --- a/tests/manifest-roundtrip/buildfile +++ b/tests/manifest-roundtrip/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} ../../butl/lib{butl} +exe{driver}: cxx{driver} ../../libbutl/lib{butl} exe{driver}: test.roundtrip = manifest -include ../../butl/ +include ../../libbutl/ diff --git a/tests/manifest-roundtrip/driver.cxx b/tests/manifest-roundtrip/driver.cxx index 69fcf03..2068409 100644 --- a/tests/manifest-roundtrip/driver.cxx +++ b/tests/manifest-roundtrip/driver.cxx @@ -5,10 +5,10 @@ #include #include -#include // operator<<(ostream, exception) -#include -#include -#include +#include // operator<<(ostream, exception) +#include +#include +#include using namespace std; using namespace butl; -- cgit v1.1