diff options
| author | Méven Car <[email protected]> | 2023-05-26 16:10:38 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-05-26 16:10:38 +0000 |
| commit | c17e6c8d2b33d6d62df46025b69cb7b401f09f62 (patch) | |
| tree | 4c28bdbdec2cf432a9ec45f8c97a67250baea37e /src/tests/CMakeLists.txt | |
| parent | a1c5c5cf81b5d1f6b7a0aa10b8a981cb70c5b26c (diff) | |
Expand or collapse all selected folders on Key Right/Left
CCBUG: 196772
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 d4a7457cb..8e0c6f119 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -20,6 +20,11 @@ ecm_add_test(kitemlistcontrollertest.cpp testdir.cpp TEST_NAME kitemlistcontrollertest LINK_LIBRARIES dolphinprivate Qt${QT_MAJOR_VERSION}::Test) +# KItemListControllerExpandTest +ecm_add_test(kitemlistcontrollerexpandtest.cpp testdir.cpp +TEST_NAME kitemlistcontrollerexpandtest +LINK_LIBRARIES dolphinprivate Qt${QT_MAJOR_VERSION}::Test) + # KFileItemListViewTest ecm_add_test(kfileitemlistviewtest.cpp testdir.cpp TEST_NAME kfileitemlistviewtest |
