feat: Add unit test for loading ROM file in OverworldTest

This commit is contained in:
scawful
2024-08-29 19:10:19 -04:00
parent 93d7aa545c
commit 9a293e0ad6
2 changed files with 36 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ add_executable(
test/gfx/compression_test.cc
test/gfx/snes_palette_test.cc
test/integration/test_editor.cc
test/zelda3/overworld_test.cc
test/zelda3/sprite_builder_test.cc
cli/command_handler.cc
app/rom.cc