From b86d23391e4b7882ebfca582d146e75c6cc1e454 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Jul 2017 08:55:35 +0200 Subject: Add modularized version --- libmhello/tests/build/root.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libmhello/tests/build/root.build (limited to 'libmhello/tests/build/root.build') diff --git a/libmhello/tests/build/root.build b/libmhello/tests/build/root.build new file mode 100644 index 0000000..58dffed --- /dev/null +++ b/libmhello/tests/build/root.build @@ -0,0 +1,13 @@ +cxx.std = experimental + +using cxx + +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