| 125 | }; |
| 126 | |
| 127 | struct Test { |
| 128 | std::string name; |
| 129 | std::string condition; |
| 130 | std::vector<std::string> configurations; |
| 131 | std::string working_directory; |
| 132 | std::string command; |
| 133 | std::vector<std::string> arguments; |
| 134 | }; |
| 135 | |
| 136 | struct Install { |
| 137 | std::string condition; |
nothing calls this directly
no outgoing calls
no test coverage detected