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