CMake/Tests/CMakeOnly
David Cole a5ee628519 Tests: Relax restrictions on version variable contents
Our only expectation of version number variables should be that
they begin with a decimal digit for VERSION_LESS, VERSION_EQUAL
and VERSION_GREATER comparison purposes. If people put extra
blah blah after a version number like "1.2.3 (this is some super
special extra information about our funky proprietary build of
the official 1.2.3 release)" then we should be ok with that.

So: now we have the following expectations for version number
variable content for the purposes of the AllFindModules test:

 - it should start with a decimal digit (match "^[0-9]")
 - it should not be empty
 - it should not be VERSION_EQUAL 0
 - it should not be NOT VERSION_GREATER 0
2012-03-20 16:18:02 -04:00
..
AllFindModules Tests: Relax restrictions on version variable contents 2012-03-20 16:18:02 -04:00
CheckCXXCompilerFlag CheckCXXCompilerFlag test: make it a CMakeOnly test 2012-01-30 19:42:51 +01:00
CheckCXXSymbolExists add a test for Check{,CXX}SymbolExists 2012-01-16 20:52:29 +01:00
CheckLanguage Add CheckLanguage module 2012-02-08 10:48:34 -05:00
CheckSymbolExists add a test for Check{,CXX}SymbolExists 2012-01-16 20:52:29 +01:00
LinkInterfaceLoop Tolerate cycles in shared library link interfaces (#12647) 2012-01-13 14:22:24 -05:00
ProjectInclude Add ability to include a file in a project via a cache variable. 2012-02-17 12:41:39 -05:00
TargetScope Add test covering imported target scope rules 2012-01-25 14:43:07 -05:00
CMakeLists.txt Fix typo in error message, and remove redundent test. 2012-02-29 22:28:06 -05:00
Test.cmake.in Add ability to include a file in a project via a cache variable. 2012-02-17 12:41:39 -05:00