diff options
Diffstat (limited to 'tests/prefix-map')
-rw-r--r-- | tests/prefix-map/buildfile | 4 | ||||
-rw-r--r-- | tests/prefix-map/driver.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/prefix-map/buildfile b/tests/prefix-map/buildfile index 2750992..644b8eb 100644 --- a/tests/prefix-map/buildfile +++ b/tests/prefix-map/buildfile @@ -2,6 +2,6 @@ # 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} -include ../../butl/ +include ../../libbutl/ diff --git a/tests/prefix-map/driver.cxx b/tests/prefix-map/driver.cxx index c26bfac..abf7e01 100644 --- a/tests/prefix-map/driver.cxx +++ b/tests/prefix-map/driver.cxx @@ -6,7 +6,7 @@ #include <cassert> #include <iostream> -#include <butl/prefix-map> +#include <libbutl/prefix-map.hxx> using namespace std; using namespace butl; |