Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindSquish: Avoid bash-specific behavior in test script (#15568) | Felix Geyer | 2015-05-14 | 1 | -2/+2 |
| | | | | | | | Fix Squish4RunTestCase.sh to be POSIX compliant by exiting with 255 explicitly instead of depending on bash to translate -1 to 255. This script is used by the SQUISH_V3_ADD_TEST and SQUISH_V4_ADD_TEST macros provided by FindSquish. | ||||
* | Squish: add support for squish 4 (#9734) | Alex Neundorf | 2012-11-05 | 1 | -0/+28 |
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 |