From 1aaafe178c77e234e08565cc24f58887a7d5e0be Mon Sep 17 00:00:00 2001 From: Alexander Potashev Date: Mon, 15 Jul 2019 00:14:51 +0300 Subject: 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 --- src/tests/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/tests') 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) -- cgit v1.3