aboutsummaryrefslogtreecommitdiff
path: root/unit-tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-30 23:21:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-30 23:26:21 +0300
commit0ffb0a1a0a13d07c4448f7752232d8854b790623 (patch)
tree9d1e173375d53e05c52568dc69633ed98697190d /unit-tests
parent1364413cee696ff60f4dd1e3ac1eb281ac7a4e8f (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/.gitignore2
-rw-r--r--unit-tests/bootstrap-manifest/driver.cxx8
2 files changed, 6 insertions, 4 deletions
diff --git a/unit-tests/.gitignore b/unit-tests/.gitignore
index e54525b..2e508a9 100644
--- a/unit-tests/.gitignore
+++ b/unit-tests/.gitignore
@@ -1 +1,3 @@
driver
+test/
+test-*/
diff --git a/unit-tests/bootstrap-manifest/driver.cxx b/unit-tests/bootstrap-manifest/driver.cxx
index 46e64bc..1412c21 100644
--- a/unit-tests/bootstrap-manifest/driver.cxx
+++ b/unit-tests/bootstrap-manifest/driver.cxx
@@ -8,11 +8,11 @@
#include <butl/manifest-parser>
#include <butl/manifest-serializer>
-#include <bbot/types>
-#include <bbot/utility>
+#include <bbot/types.hxx>
+#include <bbot/utility.hxx>
-#include <bbot/bootstrap-manifest>
-#include <bbot/machine-manifest>
+#include <bbot/bootstrap-manifest.hxx>
+#include <bbot/machine-manifest.hxx>
using namespace std;
using namespace butl;