Skip to content

Commit

Permalink
[libromdata/tests] Add SONIC2C.DCI (Nexus format version of SONIC2C.V…
Browse files Browse the repository at this point in the history
…MI/SONIC2C.VMS).

TODO: Convert BIOS002.VMS to DCI format. I don't have a VMI file for
BIOS002.VMS, though...

Code coverage change:

Before:
  lines......: 23.1% (10536 of 45655 lines)
  functions..: 22.6% (834 of 3686 functions)

After:
  lines......: 23.2% (10577 of 45655 lines)
  functions..: 22.7% (835 of 3686 functions)
  • Loading branch information
GerbilSoft committed Oct 19, 2024
1 parent 8c158cc commit 0ef91f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libromdata/tests/img/ImageDecoderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,10 @@ INSTANTIATE_TEST_SUITE_P(VMS, ImageDecoderTest,
ImageDecoderTest_mode(
"Misc/SONIC2C.VMS",
"Misc/SONIC2C.png",
RomData::IMG_INT_ICON),
ImageDecoderTest_mode(
"Misc/SONIC2C.DCI",
"Misc/SONIC2C.png",
RomData::IMG_INT_ICON))
, ImageDecoderTest::test_case_suffix_generator);

Expand Down
Binary file not shown.

0 comments on commit 0ef91f4

Please sign in to comment.