| 30 | #define TEST_ENTRY(file, data) { file, data, sizeof(data) / sizeof(*data) } |
| 31 | |
| 32 | typedef struct TestDataMap { |
| 33 | const char *Filename; |
| 34 | const TestFrameData *TestData; |
| 35 | const size_t TestDataLen; |
| 36 | } TestDataMap; |
| 37 | |
| 38 | bool CheckFrame(const FFMS_Frame *Frame, const FFMS_FrameInfo *info, const TestFrameData *Data); |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected