From 8291025dfa707a3c270f3fd4ce820ee0fde6ce8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Martins?= Date: Wed, 23 Dec 2020 13:23:50 +0000 Subject: [PATCH] tests: Make the tests run much faster tst_docks is already run in parallel. Then it was running again sequentially! --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91979fac..13938471 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -243,7 +243,6 @@ if(${PROJECT_NAME}_DEVELOPER_MODE) add_test(NAME tst_multisplitter COMMAND tst_multisplitter) endif() - add_test(NAME tst_docks COMMAND tst_docks) endif() endif()