From be7e88354a9bf1dc4412637f0ac13ae484abb2f2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 24 Jan 2017 20:34:44 +0300 Subject: Specify test.target --- tests/build/root.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/build/root.build b/tests/build/root.build index 1f7c350..de723b8 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -8,3 +8,7 @@ cxx{*}: extension = cxx # Every exe{} in this subproject is by default a test. # exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1