From 53c10a574f867c07ac03cadacfcf7f1206379dc7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 19 Jan 2017 20:13:30 +0300 Subject: Specify test.target --- examples/build/root.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/build/root.build b/examples/build/root.build index 642da28..c93bac1 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -12,3 +12,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