polysquare / cmake-unit

A unit testing framework for CMake
MIT License
36 stars 5 forks source link

runner: Provide preconfigure options to skip tests #83

Closed smspillaz closed 9 years ago

smspillaz commented 9 years ago

Use PRECONFIGURE OPTIONS SKIP_GENERATOR_REGEX "regex" to skip a test when the current CMAKE_GENERATOR matches that regex.

Use PRECONFIGURE_OPTIONS SKIP_SYSTEM_REGEX "regex" to skip a test when the current CMAKE_SYSTEM matches that regex.