Run layershellqt-test automatically

This commit is contained in:
Nicolas Fella
2026-05-31 17:00:53 +02:00
parent 168d51c848
commit cccb302d6b

View File

@@ -3,3 +3,5 @@
add_executable(layershellqt-test main.cpp) add_executable(layershellqt-test main.cpp)
target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui) target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui)
add_test(NAME layershellqt-test COMMAND layershellqt-test)