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

Function setupCodecFilesystem_gif

tests/fl/codec/gif.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_gif() {
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("GIF file loading and decoding") {
18 fl::FileSystem fs = setupCodecFilesystem_gif();

Callers 1

gif.hppFile · 0.85

Calls 2

setTestFileSystemRootFunction · 0.85
beginSdMethod · 0.80

Tested by

no test coverage detected