From 1a46a0a1c3b0b463e13c46550998a3df1db0fdbe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Jan 2017 15:40:05 +0200 Subject: Implement test.target variable The plan is to use it for the portable path conversions. --- build/root.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/root.build') diff --git a/build/root.build b/build/root.build index 57f70ac..78e3abd 100644 --- a/build/root.build +++ b/build/root.build @@ -31,3 +31,7 @@ if! $cli.configured # tests/exe{*}: test = true unit-tests/exe{*}: test = true + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1