From 84585543025b817921721ca6d173730b8393b2ac Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 2 Sep 2016 21:40:05 +0100 Subject: Update test runner to support CMake better. Add support for: * Out-of-tree builds (by passing executable name from CMake to runtest.pl) * AppVeyor test status * Cross-platform cmake (using cmake -E instead of platform-specific commands) Get CMake to install binaries needed by tests, in correct locations, with correct names. --- infrastructure/BoxPlatform.pm.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'infrastructure/BoxPlatform.pm.in') diff --git a/infrastructure/BoxPlatform.pm.in b/infrastructure/BoxPlatform.pm.in index 8f9daa81..bdcca279 100644 --- a/infrastructure/BoxPlatform.pm.in +++ b/infrastructure/BoxPlatform.pm.in @@ -127,6 +127,11 @@ BEGIN $platform_link_line_extra = '-L/sw/lib '; } } + + if ($target_windows) + { + $platform_exe_ext = '.exe'; + } } sub make_flag -- cgit v1.2.3