diff options
Diffstat (limited to 'tests/strcase')
-rw-r--r-- | tests/strcase/buildfile | 4 | ||||
-rw-r--r-- | tests/strcase/driver.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/strcase/buildfile b/tests/strcase/buildfile index 329cc2f..a9614f4 100644 --- a/tests/strcase/buildfile +++ b/tests/strcase/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/strcase/driver.cxx b/tests/strcase/driver.cxx index 5463811..f7f4bd1 100644 --- a/tests/strcase/driver.cxx +++ b/tests/strcase/driver.cxx @@ -5,7 +5,7 @@ #include <string> #include <cassert> -#include <butl/utility> +#include <libbutl/utility.hxx> using namespace std; using namespace butl; |