# gui tests
add_catch2_executable(
NAME
gui
SRCS
test-gui.cpp
test-context.cpp
test-gui-callbacks.cpp
test-gui-resizes.cpp
test-gui-image.cpp
../mock/TestWindow.cpp
../mock/InitializedFontManager.cpp
test-language-input-parser.cpp
test-key-translator.cpp
INCLUDE
..
LIBS
module-sys
module-gui
USE_FS
)