| 22 | } |
| 23 | |
| 24 | std::string getTestModelsFile() { |
| 25 | std::string path = "pack/"; |
| 26 | path = path + TEST_MODEL_FILE; |
| 27 | return getTestData(path); |
| 28 | } |
| 29 | |
| 30 | std::string getTestLFWFunneledTxt() { |
| 31 | return getTestData(TEST_LFW_FUNNELED_TXT); |
nothing calls this directly
no test coverage detected