| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Follow the convention of naming tests after the command they test.
|
|
|
|
|
| |
Provide the "run_ctest" macro for use in other tests that also
want to cover running "ctest" scripts.
|
| |
|
|
The CTestTestMemcheck test cases all try to check the ctest output with
a regular expression. They fail intermittently due to ordering of the
portions of the output that come from stdout and stderr being mixed.
Convert all the test cases to use the RunCMake infrastructure to match
stdout and stderr separately.
|