| 336 | } |
| 337 | |
| 338 | int cmCTestTestHandler::PostProcessHandler() |
| 339 | { |
| 340 | if (!this->ExecuteCommands(this->CustomPostTest)) { |
| 341 | cmCTestLog(this->CTest, ERROR_MESSAGE, |
| 342 | "Problem executing post-test command(s)." << std::endl); |
| 343 | return 0; |
| 344 | } |
| 345 | return 1; |
| 346 | } |
| 347 | |
| 348 | int cmCTestTestHandler::ProcessHandler() |
| 349 | { |
no test coverage detected