summaryrefslogtreecommitdiff
path: root/Source/cmCreateTestSourceList.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: perform case insensitive comparison on test namesSebastien Barre2002-03-281-7/+28
* FIX: cmSourceFile::SetName was not called correctly for the test source filesSebastien Barre2002-03-271-2/+2
* ENH: small formatting enhSebastien Barre2002-03-271-3/+3
* ENH: keep the name of the test as close to the source file (only the function...Sebastien Barre2002-03-261-13/+15
* ENH: add -R (similar to ctest but use substr instead of regexp). indent.Sebastien Barre2002-03-261-59/+102
* ENH: now supports tests inside sub-dirsSebastien Barre2002-03-261-8/+42
* ENH: if no arguments are given and there is only one test, then run itBill Hoffman2002-03-261-1/+7
* ENH: add new command to create a test driverBill Hoffman2002-03-201-0/+129