From b091eab32952450744a21109a924cfdb5c504c82 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 22 Oct 2018 20:39:21 +0200 Subject: AdblockRule constructor --- test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4a802d1..8799002 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -27,4 +27,5 @@ add_executable(MatcherBenchmark matcherbenchmark/matcherbenchmark.h ) target_link_libraries(MatcherBenchmark Qt5::Test) -add_test(NAME matcher-benchmark COMMAND MatcherBenchmark WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}) +# Adding this benchmark to tests is unnecessary as it doesn't test anything. +#add_test(NAME matcher-benchmark COMMAND MatcherBenchmark WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}) -- cgit v1.2.1