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