Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test add_test() generator expressions | Brad King | 2009-08-11 | 6 | -0/+96 |
| | | | | | | | This teaches the 'testing' test to try generator expressions in arguments to add_test(NAME). This test case mimics a common use-case of passing executables to test driver scripts. We excercise the syntax for per-configuration target file names. | ||||
* | ENH: Add NAME mode to ADD_TEST command | Brad King | 2009-03-16 | 2 | -1/+11 |
| | | | | | | | | This creates command mode add_test(NAME ...). This signature is extensible with more keyword arguments later. The main purpose is to enable automatic replacement of target names with built target file locations. A side effect of this feature is support for tests that only run under specific configurations. | ||||
* | ENH: Improve 'testing' test to actually test | Brad King | 2008-12-18 | 2 | -2/+2 |
| | | | | | | The 'testing' CMake test builds a project that uses add_test. This strengthens the test to actually run CTest on the project build tree after building it. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: shift to using ADD_SUBDIRECTORY | Ken Martin | 2005-06-08 | 1 | -3/+2 |
| | |||||
* | FIX: do not need CMakeLib | Sebastien Barre | 2002-03-27 | 1 | -12/+0 |
| | |||||
* | ENH: Use ${CMAKE_CFG_INTDIR} instead of hardcoded RelInfo, Debug, Release, etc. | Sebastien Barre | 2002-03-26 | 1 | -5/+1 |
| | |||||
* | ENH: provide a test for today's ReadListFile() bug fix | Sebastien Barre | 2002-02-25 | 4 | -1/+10 |
| | |||||
* | Just rename dir | Sebastien Barre | 2002-01-22 | 2 | -1/+1 |
| | |||||
* | Increase Coverage. | Sebastien Barre | 2002-01-20 | 1 | -1/+4 |
| | |||||
* | More coverage + include Dart.cmake to maximize chance nslookup/hostname are ↵ | Sebastien Barre | 2002-01-20 | 3 | -0/+35 |
| | | | | found | ||||
* | Add documentation, comments. Move some 'Complex' sub-tests into 2 new ↵ | Sebastien Barre | 2002-01-20 | 2 | -0/+60 |
'Wrapping' and 'Testing' tests. |