summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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