From 1668e8add746b430ee53af5cc6f2db73fb6b596f Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 21 Oct 2025 21:28:15 -0400 Subject: [PATCH] chore: update yaze_emu_test linking to include core libraries - Added `yaze_app_core_lib` and `yaze_editor` to the linking of the `yaze_emu_test` target in the CMake configuration. - This change enhances the test's access to core application functionalities, improving test coverage and reliability. Benefits: - Ensures that the emulator tests have the necessary dependencies linked, facilitating more comprehensive testing of the emulator's features. --- src/app/emu/emu.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/emu/emu.cmake b/src/app/emu/emu.cmake index 43129dd1..ada5af31 100644 --- a/src/app/emu/emu.cmake +++ b/src/app/emu/emu.cmake @@ -47,6 +47,8 @@ if(YAZE_BUILD_EMU AND NOT YAZE_MINIMAL_BUILD) ${PROJECT_BINARY_DIR} ) target_link_libraries(yaze_emu_test PRIVATE + yaze_app_core_lib + yaze_editor yaze_emulator yaze_util absl::flags