Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Factor per-config sample targets out of 'Testing' test | Brad King | 2010-12-15 | 1 | -16/+0 |
| | | | | | | Put the source files, build rules, and test scripts for these targets under Tests/PerConfig and refer to it from Tests/Testing as a subdirectory. The targets and scripts will be useful in other tests. | ||||
* | Test add_test() generator expressions | Brad King | 2009-08-11 | 1 | -0/+16 |
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. |