diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-30 16:50:01 +0200 |
commit | 6d44f821b4cf50c15b8bcd555005023a8a6a80ec (patch) | |
tree | 13a6e616f4bc21898dbe75c1d6ffbb363a60939b /tests/build | |
parent | eaff0b3dce0cab6d11110da16294ed349ed20e40 (diff) |
Build infrastructure update
Diffstat (limited to 'tests/build')
-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 |