summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeOnly/AllFindModules
Commit message (Collapse)AuthorAgeFilesLines
* AllFindModules test: once again expand version checkingRolf Eike Beer2012-03-011-18/+24
|
* Merge topic 'expect-more-versions'David Cole2012-02-211-2/+3
|\ | | | | | | | | 540db7e AllFindModules test: expect more modules to have a version number available
| * AllFindModules test: expect more modules to have a version number availableRolf Eike Beer2012-02-181-2/+3
| | | | | | | | | | | | For all current build machines the modules FindPkgConfig, FindFreetype, and FindLibXslt return a version number. Enforce this to early catch when this is not always the case.
* | fix the same typos as found by Debian in other places, tooRolf Eike Beer2012-02-181-3/+3
|/
* AllFindModules test: do not enforce GNUPLOT versionRolf Eike Beer2012-02-131-1/+1
| | | | | Ancient Gnuplot versions like 3.7.1 don't know about "--version". Disable this check so it doesn't break on machines with this version.
* CMakeOnly.AllFindModules: require version for some modulesRolf Eike Beer2012-02-011-0/+22
|
* CMakeOnly.AllFindModules: suppress two modules from testingRolf Eike Beer2012-01-261-1/+6
| | | | | FindPackageHandleStandardArgs and FindPackageMessage match the glob expression but are nothing that will usually be fed into find_package().
* CMakeOnly.AllFindModules: always check FindQtRolf Eike Beer2012-01-261-2/+4
|
* CMakeOnly.AllFindModules: clean up the Qt3/Qt4 codeRolf Eike Beer2012-01-261-11/+11
|
* AllFindModules test: also check Qt3 modules if Qt4 is not foundRolf Eike Beer2012-01-181-2/+13
|
* AllFindModules test: keep complete outputRolf Eike Beer2012-01-171-0/+3
|
* add a test that loops through most Find* modulesRolf Eike Beer2012-01-161-0/+25
This allows easy spotting of modules that output crappy messages and the like.