diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:19:38 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-01 17:19:38 +0300 |
commit | 56753fab91751a19fdfcc4695a0eec73c4186dc3 (patch) | |
tree | be771a0f4509d443c2411d4dcf28e83486d84765 /tests | |
parent | 906ceb1fa063e8bd106357c967b66ff86108f967 (diff) |
Adapt to adding hxx extension for headers and lib prefix for library dir in libbutl
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildtab/driver.cxx | 2 | ||||
-rw-r--r-- | tests/manifest/driver.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/buildtab/driver.cxx b/tests/buildtab/driver.cxx index 28c48fb..e470780 100644 --- a/tests/buildtab/driver.cxx +++ b/tests/buildtab/driver.cxx @@ -6,7 +6,7 @@ #include <cassert> #include <iostream> -#include <butl/utility> // operator<<(ostream,exception) +#include <libbutl/utility.hxx> // operator<<(ostream,exception) #include <libbbot/build-config.hxx> diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index fb58b27..1fc1230 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -7,9 +7,9 @@ #include <cassert> #include <iostream> -#include <butl/utility> // operator<<(ostream,exception) -#include <butl/manifest-parser> -#include <butl/manifest-serializer> +#include <libbutl/utility.hxx> // operator<<(ostream,exception) +#include <libbutl/manifest-parser.hxx> +#include <libbutl/manifest-serializer.hxx> #include <libbbot/manifest.hxx> |