summaryrefslogtreecommitdiff
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
parent152332ecc220d1f87571af9e3276bcb2dbb9c58a (diff)
Move test.target assignment to test sub-project level
-rw-r--r--build/root.build4
-rw-r--r--test/build/root.build4
2 files changed, 4 insertions, 4 deletions
diff --git a/build/root.build b/build/root.build
index 658852a..d28a8bf 100644
--- a/build/root.build
+++ b/build/root.build
@@ -5,7 +5,3 @@ using c
h{*}: extension = h
c{*}: extension = c
-
-# Specify the test target for cross-testing.
-#
-test.target = $c.target
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