From 030355009a538b7002b9308cd30afbbb00c6c134 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 19 Jan 2017 20:15:09 +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 4b34cf5..7cee286 100644 --- a/examples/build/root.build +++ b/examples/build/root.build @@ -25,3 +25,7 @@ using cli # 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 7d48f08..c160f42 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -25,3 +25,7 @@ using cli # 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