diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-09 17:12:29 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-09 17:12:29 +0200 |
commit | 8557557a0e238ba351cba0bf4c91d7396dbcc2e0 (patch) | |
tree | 6fa09005a6cbcebe700ea54fadaabd5c2d6c5991 /test/CMakeLists.txt | |
parent | test: increase timeouts (diff) | |
download | cimple-8557557a0e238ba351cba0bf4c91d7396dbcc2e0.tar.gz cimple-8557557a0e238ba351cba0bf4c91d7396dbcc2e0.zip |
test: print test timings
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 "$<TARGET_FILE:server>" --worker-binary "$<TARGET_FILE:worker>" |