From 424e315dfa9a78aebf0653c95f83fe6ed452dd8e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 2 May 2017 21:26:58 +0300 Subject: Add hxx extension for headers and libstud prefix for library dir --- tests/.gitignore | 2 ++ tests/build/root.build | 2 +- tests/parser/driver.cxx | 2 +- tests/roundtrip/driver.cxx | 4 ++-- tests/serializer/driver.cxx | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/.gitignore b/tests/.gitignore index e54525b..2e508a9 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,3 @@ driver +test/ +test-*/ diff --git a/tests/build/root.build b/tests/build/root.build index c9293bf..c93bac1 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -6,7 +6,7 @@ cxx.std = 11 using cxx -hxx{*}: extension = +hxx{*}: extension = hxx cxx{*}: extension = cxx # Every exe{} in this subproject is by default a test. diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx index 85f8e5a..c144f22 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -12,7 +12,7 @@ #include #include -#include +#include using namespace std; using namespace xml; diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx index b056eeb..856b956 100644 --- a/tests/roundtrip/driver.cxx +++ b/tests/roundtrip/driver.cxx @@ -7,8 +7,8 @@ #include #include -#include -#include +#include +#include using namespace std; using namespace xml; diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx index 78040ca..554a721 100644 --- a/tests/serializer/driver.cxx +++ b/tests/serializer/driver.cxx @@ -11,7 +11,7 @@ #include #include -#include +#include using namespace std; using namespace xml; -- cgit v1.1