aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-01-24 19:04:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-24 19:04:48 +0300
commit22b2bfcb4c5d68a7b354da73df9cee2d4d3c831b (patch)
treeb355aad601329b13131616cee0d5f2731133b2f7 /build
parent2fcb8f32f339f3a3cb550f10f565d6072f565012 (diff)
Specify test.target
Diffstat (limited to 'build')
-rw-r--r--build/root.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build
index 60dae65..af2c962 100644
--- a/build/root.build
+++ b/build/root.build
@@ -14,3 +14,7 @@ cxx{*}: extension = cxx
# All exe{} in tests/ are, well, tests.
#
tests/exe{*}: test = true
+
+# Specify the test target for cross-testing.
+#
+test.target = $cxx.target