MCPcopy Create free account
hub / github.com/FastLED/FastLED / setupCodecFilesystem_mpeg1

Function setupCodecFilesystem_mpeg1

tests/fl/codec/mpeg1.hpp:9–15  ·  view source on GitHub ↗

Helper function to set up filesystem for codec tests

Source from the content-addressed store, hash-verified

7
8// Helper function to set up filesystem for codec tests
9static fl::FileSystem setupCodecFilesystem_mpeg1() {
10 fl::setTestFileSystemRoot("tests");
11 fl::FileSystem fs;
12 bool ok = fs.beginSd(5);
13 FL_REQUIRE(ok);
14 return fs;
15}
16
17FL_TEST_CASE("MPEG1 file loading and decoding") {
18 fl::FileSystem fs = setupCodecFilesystem_mpeg1();

Callers 1

mpeg1.hppFile · 0.85

Calls 2

setTestFileSystemRootFunction · 0.85
beginSdMethod · 0.80

Tested by

no test coverage detected