diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:23:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:23:32 +0300 |
commit | 5f3c97306cda519e7edf41142ee903d22320c84a (patch) | |
tree | 93b530e4e5f8fd80d24326ea0521a47eaabe7581 /tests | |
parent | c711529fc2e807051af031ae7a26d3c293ff8ca7 (diff) |
Build infrastructure update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/.gitignore | 1 | ||||
-rw-r--r-- | tests/build/root.build | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/build/.gitignore b/tests/build/.gitignore new file mode 100644 index 0000000..225c27f --- /dev/null +++ b/tests/build/.gitignore @@ -0,0 +1 @@ +config.build diff --git a/tests/build/root.build b/tests/build/root.build index 9d11dd5..5dd8142 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -2,9 +2,12 @@ # copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file +cxx.std = 11 + using cxx -cxx.std = 11 +hxx{*}: extension = hxx +cxx{*}: extension = cxx # Every exe{} in this subproject is by default a test. # |