From 8557557a0e238ba351cba0bf4c91d7396dbcc2e0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 9 Jul 2023 17:12:29 +0200 Subject: test: print test timings --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 5230fd4..3aca9fa 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,6 +2,7 @@ find_package(Python3 REQUIRED COMPONENTS Interpreter) set(python_test_args --no-header -v + --durations=0 --durations-min=1.0 "${CMAKE_CURRENT_SOURCE_DIR}/py" --server-binary "$" --worker-binary "$" -- cgit v1.2.3