aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-01-24 18:54:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-24 18:54:26 +0300
commit8360a96ff5cfa251ea9d07cdd1c4d4f1fa3a2839 (patch)
tree6e44ec1ed73bf7d6b7357339ac2245f34c32b506 /tests
parent0a3c7b5d2d0658dae3399eea0bd3615c2d84eb09 (diff)
Specify test.target
Diffstat (limited to 'tests')
-rw-r--r--tests/build/root.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/build/root.build b/tests/build/root.build
index e1098b7..1f471b6 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -12,3 +12,7 @@ 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