| 118 | }; |
| 119 | |
| 120 | struct Template { |
| 121 | Target outline; |
| 122 | std::string add_function; |
| 123 | std::vector<std::string> add_arguments; |
| 124 | bool pass_sources_to_add_function = false; |
| 125 | }; |
| 126 | |
| 127 | struct Test { |
| 128 | std::string name; |
nothing calls this directly
no outgoing calls
no test coverage detected