diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-09 15:40:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-09 15:40:05 +0200 |
commit | 1a46a0a1c3b0b463e13c46550998a3df1db0fdbe (patch) | |
tree | a0ac3a3d1bad08842fdc8d09a9978b722e8a813f /tests | |
parent | 9f5c4c1ae3bff517eefb39130287016514fb31c7 (diff) |
Implement test.target variable
The plan is to use it for the portable path conversions.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/build/root.build | 5 |
1 files changed, 4 insertions, 1 deletions
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 |