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. --- tests/build/root.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/build/root.build b/tests/build/root.build index 2792187..1903c41 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -13,5 +13,8 @@ cxx{*}: extension = cxx # as our $build.path). # import b = build2%exe{b} - dir{*}: test = $b + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1