Create compression_test.cc

Move compression and decompression tests from rom_test
This commit is contained in:
scawful
2023-07-22 15:36:19 -04:00
parent 01802d1a73
commit 36ee81de5d
3 changed files with 364 additions and 350 deletions

View File

@@ -13,6 +13,7 @@ enable_testing()
add_executable(
yaze_test
yaze_test.cc
compression_test.cc
rom_test.cc
../src/app/rom.cc
../src/app/gfx/bitmap.cc