From 084904e718eeaefc22f094bd6b5ddf497b852128 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:30:53 +0300 Subject: Move project into intermediate sub-directory --- libprint/tests/build/root.build | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libprint/tests/build/root.build (limited to 'libprint/tests/build/root.build') diff --git a/libprint/tests/build/root.build b/libprint/tests/build/root.build new file mode 100644 index 0000000..a2ee38a --- /dev/null +++ b/libprint/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