From 17e7584dfbabf01ae14c364a808ff2d8ef90c0f7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 5 May 2017 12:48:27 +0300 Subject: Add 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..a2ee38a --- /dev/null +++ b/tests/build/root.build @@ -0,0 +1,14 @@ +cxx.std = 11 + +using cxx + +hxx{*}: extension = hxx +cxx{*}: extension = cxx + +# Every exe{} in this subproject is by default a test. +# +exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1