From cccb302d6b701d067580588ece8d4e85666d1b0b Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 31 May 2026 17:00:53 +0200 Subject: [PATCH] Run layershellqt-test automatically --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index acce034..8c42f92 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -3,3 +3,5 @@ add_executable(layershellqt-test main.cpp) target_link_libraries(layershellqt-test PRIVATE LayerShellQtInterface Qt::Qml Qt::Gui) + +add_test(NAME layershellqt-test COMMAND layershellqt-test)