summaryrefslogtreecommitdiff
path: root/libmhello/tests/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'libmhello/tests/build/root.build')
-rw-r--r--libmhello/tests/build/root.build13
1 files changed, 13 insertions, 0 deletions
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