From 452b96ee2aea0b5cd1ca8e0b393e5396f12dc732 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 25 Jan 2017 00:43:18 +0300 Subject: Move test.target assignment to test sub-project level --- build/root.build | 4 ---- test/build/root.build | 4 ++++ 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 -- cgit v1.1