tests: Make the tests run much faster

tst_docks is already run in parallel. Then it was running
again sequentially!
This commit is contained in:
Sérgio Martins
2020-12-23 13:23:50 +00:00
committed by Sergio Martins
parent 67a3270324
commit 8291025dfa

View File

@@ -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()