diff options
| author | Alexander Potashev <[email protected]> | 2019-07-15 00:14:51 +0300 |
|---|---|---|
| committer | Alexander Potashev <[email protected]> | 2019-07-15 01:39:15 +0300 |
| commit | 1aaafe178c77e234e08565cc24f58887a7d5e0be (patch) | |
| tree | f9345ba758d7747b8169cb245b9667e31273df45 /src/tests/CMakeLists.txt | |
| parent | 95270333dc3061138cc3e1c6a8162bd29564492d (diff) | |
Rewrite servicemenu helper utility in C++
Summary:
- Also support MIME type "application/x-compressed-tar".
- Update tests in Ruby, remove SimpleCov.
BUG: 399229
Test Plan: Ruby tests passed
Reviewers: sitter, elvisangelaccio, ngraham
Reviewed By: elvisangelaccio
Subscribers: cfeck, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D21878
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index f60eabd3f..a0c9bbf38 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -9,12 +9,6 @@ find_gem(test-unit REQUIRED) set_package_properties(Gem:test-unit PROPERTIES DESCRIPTION "Ruby gem 'test-unit' required for testing of servicemenu helpers.") -if(BUILD_COVERAGE) - find_gem(simplecov) - set_package_properties(Gem:simplecov PROPERTIES - DESCRIPTION "Ruby gem 'simplecov' used for coverage statistics.") -endif() - # KItemSetTest ecm_add_test(kitemsettest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test) |
