summaryrefslogtreecommitdiffstats
path: root/Tests/Testing/perconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* Factor per-config sample targets out of 'Testing' testBrad King2010-12-151-8/+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 expressionsBrad King2009-08-111-0/+4
| | | | | | | 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 commandBrad King2009-03-161-0/+4
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.