]> git.lyx.org Git - lyx.git/commit
ctests: allow excluding patterns
authorScott Kostyshak <skostysh@lyx.org>
Mon, 15 Jan 2018 21:25:44 +0000 (16:25 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Mon, 15 Jan 2018 21:32:05 +0000 (16:32 -0500)
commit10cd5dd223402e96c2d58a1f4b32d45abccd36ee
tree7e95629f61bb476f18775dcbbd5f118ebbf171b5
parent3c868386afb0a80d3d95439344b1da1fab02d85a
ctests: allow excluding patterns

This allows us to exclude matches of certain patterns in
invertedTests, ignoredTests, unreliableTests, and suspendedTests.

To use this new functionality, prefix "!" to the pattern.

This functionality serves as a workaround in some cases to not being
able to use advanced regular expression techniques, such as
"negative lookahead", with CMake's regular expression engine.

Output of "ctest -N" is unchanged by this commit.

This functionality will be used soon (see next commits).

Patch from Kornel Benko.
development/autotests/ExportTests.cmake