diff options
| author | Ismael Asensio <[email protected]> | 2019-11-14 22:48:26 +0100 |
|---|---|---|
| committer | Ismael Asensio <[email protected]> | 2019-11-14 22:51:22 +0100 |
| commit | 0ba9e8bbc04225c6679ba5a30d359d55b3af7ed0 (patch) | |
| tree | fb1172d3f4159cd098ed78d0e17aef96eea38492 /src/tests/CMakeLists.txt | |
| parent | adfc098aa74723ec3f01cda513290864ef9ee0f9 (diff) | |
test(search): Add test case for baloo parsing model
Summary:
Adds a new test unit for the model which parses baloo search URLs
14/19 tests are set to `XFAIL` on current implementation, as they will be fixed in a final revision.
Supersedes D25135.
Depends on: D25257
Test Plan: `bin/dolphinquerytest`
Reviewers: elvisangelaccio, bruns, #dolphin
Reviewed By: elvisangelaccio, bruns, #dolphin
Subscribers: kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D25258
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 6ecac1f1e..8d4498675 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -49,6 +49,13 @@ if (KF5Baloo_FOUND) LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) endif() +# DolphinQuery +if (KF5Baloo_FOUND) + ecm_add_test(dolphinquerytest.cpp + TEST_NAME dolphinquerytest + LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) +endif() + # KStandardItemModelTest ecm_add_test(kstandarditemmodeltest.cpp TEST_NAME kstandarditemmodeltest |
