diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-30 10:22:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-30 10:22:57 +0200 |
commit | ac379d5c0a7d8a7382649f3988eb86474d5e4a13 (patch) | |
tree | 7d36962315dddfc225dfbe627a593788dc4658ec /tests | |
parent | 6e90704790f7e66e1b360c6d073524a55d5cfcda (diff) |
Fix cross-testing bug
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common.test b/tests/common.test index 0e8ce52..83623cf 100644 --- a/tests/common.test +++ b/tests/common.test @@ -17,7 +17,7 @@ # but rather the one doing the cross-compilation. # if ($null($crosstest)) - crosstest = false + crosstest = true end if (!$crosstest && $test.target != $build.host) |