Skip to content

Commit

Permalink
Add tests for .tap and .tzx for zx spectrum
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Sep 16, 2024
1 parent 4672e40 commit 1ca6e33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/rhash/test_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -2493,6 +2493,10 @@ void test_hash(void) {
TEST_PARAMS4(test_hash_full_file, RC_CONSOLE_WONDERSWAN, "test.ws", 524288, "68f0f13b598e0b66461bc578375c3888");
TEST_PARAMS4(test_hash_full_file, RC_CONSOLE_WONDERSWAN, "test.wsc", 4194304, "a247ec8a8c42e18fcb80702dfadac14b");

/* ZX Spectrum */
TEST_PARAMS4(test_hash_full_file, RC_CONSOLE_ZX_SPECTRUM, "test.tap", 1596, "ecd5a8ef4e77f2e9469d9b6e891394f0");
TEST_PARAMS4(test_hash_full_file, RC_CONSOLE_ZX_SPECTRUM, "test.tzx", 14971, "ecd5a8ef4e77f2e9469d9b6e891394f0");

/* m3u support */
TEST(test_hash_m3u_buffered);
TEST(test_hash_m3u_with_comments);
Expand Down

0 comments on commit 1ca6e33

Please sign in to comment.