remove experimental asm tests and delta tests

This commit is contained in:
scawful
2023-01-01 14:07:41 -06:00
parent ec53b193bf
commit 66e320357a
5 changed files with 4 additions and 9 deletions

View File

@@ -14,16 +14,12 @@ add_executable(
yaze_test
yaze_test.cc
rom_test.cc
asm_test.cc
delta_test.cc
../src/app/rom.cc
../src/app/asm/script.cc
../src/app/gfx/bitmap.cc
../src/app/gfx/snes_tile.cc
../src/app/gfx/snes_palette.cc
../src/app/core/common.cc
../src/app/delta/service.cc
../src/app/delta/client.cc
)
target_include_directories(
@@ -39,7 +35,6 @@ target_link_libraries(
${ABSL_TARGETS}
${OPENGL_LIBRARIES}
${CMAKE_DL_LIBS}
delta-service
gmock_main
gmock
gtest_main