| 27 | bool g_systemUtf8Ready = false; |
| 28 | |
| 29 | std::string TestDataPath(const char *a_name) { |
| 30 | return std::string("data/") + a_name; |
| 31 | } |
| 32 | |
| 33 | [[noreturn]] void FailMissingTestData(const char *a_path) { |
| 34 | std::fprintf( |
no outgoing calls
no test coverage detected