diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 18:14:12 +0200 |
commit | bb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 (patch) | |
tree | 1334a6d70ca46a3955ea4895a0f2522992d10444 /tests | |
parent | 45afda9752d8d30bf3c606d63f7a718b32ebe7c8 (diff) |
Build infrastructure update
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/build/root.build b/tests/build/root.build index 4bf103e..1f7c350 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,10 +1,10 @@ +cxx.std = 11 + using cxx hxx{*}: extension = cxx{*}: extension = cxx -cxx.std = 11 - # Every exe{} in this subproject is by default a test. # exe{*}: test = true |