From ac379d5c0a7d8a7382649f3988eb86474d5e4a13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 May 2017 10:22:57 +0200 Subject: Fix cross-testing bug --- tests/common.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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) -- cgit v1.1