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 --- test/build/root.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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