commit | 25f762d248c00970cca6f6c738ffcd6ae136723a | [log] [tgz] |
---|---|---|
author | Nicholas Wilson <nicholas.wilson@realvnc.com> | Sat Nov 14 13:09:01 2015 +0000 |
committer | Azim Khan <Azim.Khan@arm.com> | Tue Nov 28 13:43:06 2017 +0000 |
tree | 1e95e2650f246d1936e9a714e7601108d14c6e39 | |
parent | e2985323947112a75c7c512ad062aa94da24cdbe [diff] |
Allow test suites to be run on Windows For a start, they don't even compile with Visual Studio due to strcasecmp being missing. Secondly, on Windows Perl scripts aren't executable and have to be run using the Perl interpreter directly; thankfully CMake is able to find cygwin Perl straight away without problems.