summaryrefslogtreecommitdiffstats
path: root/Tests/TestsWorkingDirectory
Commit message (Collapse)AuthorAgeFilesLines
* Fix XCode -> Xcode typos, notably in man page (#12231)Sean McBride2011-05-312-4/+4
|
* Add more tests for WorkingDirectory for testsBen Boeckel2011-01-202-1/+36
|
* Pass the expected value as the first argumentBen Boeckel2011-01-032-23/+7
| | | | | When the path has regular expression special characters, the PASS_REGULAR_EXPRESSION value can fail to compile.
* Make TestsWorkingDirectory test a C fileBen Boeckel2010-12-172-11/+11
|
* Use iostream to make Borland happyBen Boeckel2010-12-171-4/+5
| | | | | It seems as though cstdio doesn't bring in stdio.h with the Borland compilers.
* Fully specify the path to old-signature add_testBen Boeckel2010-12-171-2/+2
|
* Group adding tests with its propertiesBen Boeckel2010-12-171-6/+4
|
* Only test the default cwd with MakefilesBen Boeckel2010-12-171-0/+6
| | | | | | | | | | | XCode and Visual Studio generators can run from ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_BUILD_TYPE} and determining this at testing time is not feasible without adding in more PASS_REGULAR_EXPRESSION's which may create false positives. Since the parsing code is in cross-platform, generator-agnostic code, if it passes with Makefiles, it should work with other generators on other platforms.
* Simplify the _default_cwd derivationBen Boeckel2010-12-171-5/+3
|
* Use --><-- markers to denote the pathBen Boeckel2010-12-172-7/+7
|
* Flip slashes around on WindowsBen Boeckel2010-12-171-0/+7
|
* Add ctype.h include for toupper()Ben Boeckel2010-12-171-0/+1
|
* Fix header includes for C++ and Visual StudioBen Boeckel2010-12-171-2/+3
|
* Rename the project to match the testBen Boeckel2010-12-161-1/+1
|
* Add tests for WORKING_DIRECTORY arg to add_testBen Boeckel2010-12-161-0/+21
|
* Rename WorkingDirectory testBen Boeckel2010-12-162-0/+85