Check if fixture files exist
| 196 | |
| 197 | // Check if fixture files exist |
| 198 | static bool fixturesAvailable() { |
| 199 | fl::vector<fl::u8> test = loadOggFile(mixPath("vocal_solo.ogg").c_str()); |
| 200 | return !test.empty(); |
| 201 | } |
| 202 | |
| 203 | } // namespace test_vocal_real_audio |
| 204 |
no test coverage detected