diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:24:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:24:57 +0300 |
commit | 080fb39e0d41a2d293f2480a5de0673c605cfbdf (patch) | |
tree | aca8b68059bb42ec756ef4221d75121f4c6058e3 /tests/build/root.build | |
parent | 88d3b517c08e5a906a224b8b14730f8f80f9ae04 (diff) |
Build infrastructure update
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 5 |
1 files changed, 4 insertions, 1 deletions
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. # |