diff options
| author | Sebastian Englbrecht <[email protected]> | 2026-05-30 08:52:32 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-05-30 08:52:32 +0000 |
| commit | d56feb8151871065505c83eeaa8bd3d53750af10 (patch) | |
| tree | 82802e8294eff5ea900e54a6638203480ba91e04 /src/tests/CMakeLists.txt | |
| parent | 8f0baa45053312914812cc908e94138bc23fe44f (diff) | |
placespaneltest: implement 8 unittests
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 930a6f433..cac38deae 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -109,6 +109,11 @@ if(NOT WIN32) set_tests_properties(dolphin_smoketest PROPERTIES TIMEOUT 30) endif() +# PlacesPanelTest +ecm_add_test(placespaneltest.cpp + TEST_NAME placespaneltest + LINK_LIBRARIES dolphinprivate dolphinstatic Qt6::Test) + find_gem(test-unit) set_package_properties(Gem_test-unit PROPERTIES TYPE RECOMMENDED |
