From be095014187fbe40e91e6b45166e9f2b3530123a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 15 Nov 2016 22:47:30 +0300 Subject: Add support for build2 for tests --- tests/build/root.build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/build/root.build (limited to 'tests/build/root.build') diff --git a/tests/build/root.build b/tests/build/root.build new file mode 100644 index 0000000..d8550db --- /dev/null +++ b/tests/build/root.build @@ -0,0 +1,14 @@ +# file : tests/build/root.build +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + +cxx.std = 11 + +using cxx + +hxx{*}: extension = hxx +cxx{*}: extension = cxx + +# Every exe{} in this subproject is by default a test. +# +exe{*}: test = true -- cgit v1.1