summaryrefslogtreecommitdiff
path: root/test/build/root.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-01-25 00:43:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-01-25 00:43:18 +0300
commit452b96ee2aea0b5cd1ca8e0b393e5396f12dc732 (patch)
tree33ad47d60a9efb209dc181b31e3c35e2a218c4de /test/build/root.build
parent152332ecc220d1f87571af9e3276bcb2dbb9c58a (diff)
Move test.target assignment to test sub-project level
Diffstat (limited to 'test/build/root.build')
-rw-r--r--test/build/root.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/build/root.build b/test/build/root.build
index 51b3178..2021631 100644
--- a/test/build/root.build
+++ b/test/build/root.build
@@ -6,3 +6,7 @@ using c
# Every exe{} in this subproject is by default a test.
#
exe{*}: test = true
+
+# Specify the test target for cross-testing.
+#
+test.target = $c.target