summaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 16:50:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 16:50:01 +0200
commit6d44f821b4cf50c15b8bcd555005023a8a6a80ec (patch)
tree13a6e616f4bc21898dbe75c1d6ffbb363a60939b /build/root.build
parenteaff0b3dce0cab6d11110da16294ed349ed20e40 (diff)
Build infrastructure update
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build8
1 files changed, 2 insertions, 6 deletions
diff --git a/build/root.build b/build/root.build
index ebe16d5..4f70114 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,10 +1,6 @@
+cxx.std = 11
+
using cxx
hxx{*}: extension =
cxx{*}: extension = cxx
-
-cxx.std = 11
-
-# Don't install tests.
-#
-tests/: install = false