Skip to content

Commit

Permalink
test case for uncompressed decoder advertisement
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh committed Oct 20, 2024
1 parent 0853c8a commit fbd5af7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/uncompressed_decode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ TEST_CASE("check image handle no metadata blocks") {
heif_context_free(context);
}



TEST_CASE("check uncompressed is advertised") {
REQUIRE(heif_have_decoder_for_format(heif_compression_uncompressed) == true);
}

0 comments on commit fbd5af7

Please sign in to comment.