| 94 | } |
| 95 | |
| 96 | bool load(std::string SrcDir, std::string CodePath) { |
| 97 | return load(SrcDir, std::vector<std::string>({CodePath})); |
| 98 | } |
| 99 | |
| 100 | bool load(std::string SrcDir, std::vector<std::string> CodePaths) { |
| 101 | auto CH = TestHelperFactory().createCompileHelper( |
nothing calls this directly
no test coverage detected