| 326 | } |
| 327 | |
| 328 | int cmCTestTestHandler::PreProcessHandler() |
| 329 | { |
| 330 | if (!this->ExecuteCommands(this->CustomPreTest)) { |
| 331 | cmCTestLog(this->CTest, ERROR_MESSAGE, |
| 332 | "Problem executing pre-test command(s)." << std::endl); |
| 333 | return 0; |
| 334 | } |
| 335 | return 1; |
| 336 | } |
| 337 | |
| 338 | int cmCTestTestHandler::PostProcessHandler() |
| 339 | { |
no test coverage detected