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