-------------------------------------------------------------------------
| 113 | |
| 114 | //------------------------------------------------------------------------- |
| 115 | TEST_F(CommandLineOptionsTest, SelectedModulesOption) |
| 116 | { |
| 117 | RunCoverageOnProgram({ { cov::ProgramOptions::SelectedModulesOption, testCoverageConsole.string() } }); |
| 118 | CheckFilenameExistsInOutput(testCoverageConsole, true); |
| 119 | CheckFilenameExistsInOutput(testCoverageSharedLib, false); |
| 120 | } |
| 121 | |
| 122 | //------------------------------------------------------------------------- |
| 123 | TEST_F(CommandLineOptionsTest, ExcludedModulesOption) |
nothing calls this directly
no test coverage detected