summaryrefslogtreecommitdiff
path: root/tests/build/root.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-01-24 20:14:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-24 20:14:49 +0300
commit60ff4528721bb821120be68438d0b291809b8f7d (patch)
tree0cbc1d6f0a1b36193f8a7b480a1e6f8ad2f5b484 /tests/build/root.build
parent6b3d2176613f14a9723af17bd949d5ea2d2a6268 (diff)
Move test.target assignment to test sub-project level
Diffstat (limited to 'tests/build/root.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 1f7c350..de723b8 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -8,3 +8,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