Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix XCode -> Xcode typos, notably in man page (#12231) | Sean McBride | 2011-05-31 | 2 | -4/+4 |
| | |||||
* | Add more tests for WorkingDirectory for tests | Ben Boeckel | 2011-01-20 | 2 | -1/+36 |
| | |||||
* | Pass the expected value as the first argument | Ben Boeckel | 2011-01-03 | 2 | -23/+7 |
| | | | | | When the path has regular expression special characters, the PASS_REGULAR_EXPRESSION value can fail to compile. | ||||
* | Make TestsWorkingDirectory test a C file | Ben Boeckel | 2010-12-17 | 2 | -11/+11 |
| | |||||
* | Use iostream to make Borland happy | Ben Boeckel | 2010-12-17 | 1 | -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_test | Ben Boeckel | 2010-12-17 | 1 | -2/+2 |
| | |||||
* | Group adding tests with its properties | Ben Boeckel | 2010-12-17 | 1 | -6/+4 |
| | |||||
* | Only test the default cwd with Makefiles | Ben Boeckel | 2010-12-17 | 1 | -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 derivation | Ben Boeckel | 2010-12-17 | 1 | -5/+3 |
| | |||||
* | Use --><-- markers to denote the path | Ben Boeckel | 2010-12-17 | 2 | -7/+7 |
| | |||||
* | Flip slashes around on Windows | Ben Boeckel | 2010-12-17 | 1 | -0/+7 |
| | |||||
* | Add ctype.h include for toupper() | Ben Boeckel | 2010-12-17 | 1 | -0/+1 |
| | |||||
* | Fix header includes for C++ and Visual Studio | Ben Boeckel | 2010-12-17 | 1 | -2/+3 |
| | |||||
* | Rename the project to match the test | Ben Boeckel | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | Add tests for WORKING_DIRECTORY arg to add_test | Ben Boeckel | 2010-12-16 | 1 | -0/+21 |
| | |||||
* | Rename WorkingDirectory test | Ben Boeckel | 2010-12-16 | 2 | -0/+85 |