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 ++++ tests/build/root.build | 4 ++++ 2 files changed, 8 insertions(+) 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 diff --git a/tests/build/root.build b/tests/build/root.build index 8f043fa..c9293bf 100644 --- a/tests/build/root.build +++ b/tests/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