summaryrefslogtreecommitdiff
path: root/Modules/Squish4RunTestCase.bat
Commit message (Collapse)AuthorAgeFilesLines
* FindSquish: Remove settingsGroup argumentFrederik Gladhorn2020-05-191-2/+1
| | | | | | | | | | This argument never worked and was not passed on Windows, which is why the Windows version needs fewer fixups (and used to work independent of this change). On Linux (and macOS) it was passed and prevented the server from starting and the test would not be able to run. See also comments on https://gitlab.kitware.com/cmake/cmake/-/merge_requests/4648
* FindSquish: Fix launching the Squish server process on WindowsFrederik Gladhorn2020-04-201-1/+1
| | | | | There are countless posts (e.g. stack overflow) that start /b takes a window title as first argument. Once I added a random string there the server was started and things started to work.
* Squish: add support for squish 4 (#9734)Alex Neundorf2012-11-051-0/+24
This patch adds support for Squish 4.x. The changes are basically what is attached to http://public.kitware.com/Bug/view.php?id=9734. When adding a test for squish 4.x, use squish_v4_add_test(). Alex