From bb6a97a8f3e4e046442eaf8814b30d9c9995bfd2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:50:01 +0200 Subject: Build infrastructure update --- tests/build/root.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.1