summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* COMP: hopefully fix test, finallyAlexander Neundorf2007-07-091-1/+0
* COMP: fix testAlexander Neundorf2007-07-091-3/+3
* BUG: fix testAlexander Neundorf2007-07-061-2/+2
* COMP: OPTIONAL was missing in ENABLE_LANGUAGE()Alexander Neundorf2007-07-062-14/+19
* STYLE: some more outputAlexander Neundorf2007-07-051-0/+2
* COMP: skip APPLE, since there with universal binaries the assembler file woul...Alexander Neundorf2007-07-052-3/+2
* COMP: let's see if this assembler file works also on other platforms than lin...Alexander Neundorf2007-07-051-2/+4
* ENH: add a simple assembler testAlexander Neundorf2007-07-054-0/+59
* ENH: remove support for presetting CMAKE_SYSTEM_INFO_FILE,Alexander Neundorf2007-07-022-6/+1
* ENH: Enable versioned executable test everywhere but XCode.Brad King2007-07-022-2/+6
* BUG: For in-source version do not use a custom command output and custom targ...Brad King2007-06-271-1/+1
* COMP: fix tests where the building cmake doesn't have GET_TEST_PROPERTYAlexander Neundorf2007-06-271-2/+2
* ENH: add a SimpleCOnly test, this is needed e.g. for testing sdcc since thisAlexander Neundorf2007-06-265-4/+53
* ENH:Alexander Neundorf2007-06-261-0/+19
* ENH: some property cleanup and added GetPropertyKen Martin2007-06-251-4/+30
* STYLE: add some more output, so it is easier to understandAlexander Neundorf2007-06-211-5/+10
* COMP: big timeout for building kdelibsAlexander Neundorf2007-06-151-0/+1
* ENH: add test for buildingn kdelibs alpha1 (http://websvn.kde.org/tags/KDE/3....Alexander Neundorf2007-06-141-0/+5
* COMP: removing the directory at the beginning breaks the test for in-sourceAlexander Neundorf2007-06-141-1/+0
* COMP: fix test, in some cases stdout from bar was not captured correctly,Alexander Neundorf2007-06-132-13/+32
* ENH: remove testBill Hoffman2007-06-111-9/+11
* ENH: add ConvLib test back for some timeBill Hoffman2007-06-111-9/+9
* ENH: Re-arranged code to test adding a custom command to generate a source fi...Brad King2007-06-111-12/+9
* BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...Brad King2007-06-062-0/+6
* ENH: fix itBill Hoffman2007-06-062-6/+7
* ENH: use lower case for file compare on windowsBill Hoffman2007-06-062-11/+30
* ENH: add missing fileBill Hoffman2007-06-041-0/+0
* ENH: add one of the headers to the regular sourcesBill Hoffman2007-06-041-2/+2
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-013-2/+33
* ENH: added new test for SourceFile objects and propertiesKen Martin2007-05-315-0/+39
* ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables,Alexander Neundorf2007-05-291-0/+54
* ENH: Added more install rules to increase coverage of the command.Brad King2007-05-282-2/+30
* ENH: make the compiler id detection work, even if the output file name ofAlexander Neundorf2007-05-253-0/+64
* ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cov...Brad King2007-05-256-32/+84
* ENH: Add test to see if INSTALL_FILES actually worked.Brad King2007-05-252-0/+2
* ENH: add COPY_FILE argument to TRY_COMPILE, so the compiled executable canAlexander Neundorf2007-05-241-1/+10
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-243-2/+38
* BUG: Report proper error message when project does not build the first time. ...Brad King2007-05-231-1/+28
* ENH: Executable bar should rebuild when its generated header changes. It doe...Brad King2007-05-231-1/+0
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-231-0/+24
* BUG: Target names in the COMMAND part of a custom command should not create a...Brad King2007-05-233-6/+41
* BUG: always search for ar, ranlib, etc. except under MSVC -> this should fix ...Alexander Neundorf2007-05-211-2/+4
* BUG: Fix name of project to build for LoadCommandOneConfig now that it has be...Brad King2007-05-201-1/+1
* BUG: Finish fixing test for new name.Brad King2007-05-192-26/+26
* BUG: fix project name for testBill Hoffman2007-05-192-2/+2
* ENH: some cleanup, condensing some tests, removing arguments that were not ne...Ken Martin2007-05-184-119/+26
* BUG: Replace "with space" in custom command argument tests with "w s" to stil...Brad King2007-05-181-46/+46
* ENH: Added quick means to turn on verbose output for debugging this test.Brad King2007-05-182-1/+5
* ENH: Add testing of * and / character arguments except on MinGW.Brad King2007-05-171-2/+5
* ENH: Added test for custom command lines with special single-character argume...Brad King2007-05-171-4/+8