Compare commits

...

2 Commits

Author SHA1 Message Date
Ken Van Hoeylandt
0eec48e633 Fix for test 2026-07-31 22:20:54 +02:00
Ken Van Hoeylandt
92ea0192fc Add service dependency to tests 2026-07-31 22:13:24 +02:00
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ target_link_libraries(TactilityTests PRIVATE
gps-module gps-module
gps-generic-module gps-generic-module
gps-meshtastic-module gps-meshtastic-module
service-module
lvgl lvgl
SDL2::SDL2-static SDL2-static SDL2::SDL2-static SDL2-static
) )

View File

@ -13,4 +13,5 @@ add_test(NAME TactilityKernelTests COMMAND TactilityKernelTests)
target_link_libraries(TactilityKernelTests PUBLIC target_link_libraries(TactilityKernelTests PUBLIC
TactilityKernel TactilityKernel
platform-posix platform-posix
service-module
) )