aboutsummaryrefslogtreecommitdiff
path: root/tests/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-01-19 20:14:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-19 20:14:25 +0300
commitfa0e9bce6df754d73ea83bf257e71897aa57b65c (patch)
tree67ad4c46dd9e8f2903835244272aa4dd7e9a9da4 /tests/build
parent4387e824764b3e7ac1466c34a4cc81701cca4f67 (diff)
Specify test.target
Diffstat (limited to 'tests/build')
-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 a799e77..85a0f90 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