From 25fe8cf56ff6c8edc6e199a7d077883133949537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Fri, 8 Nov 2024 14:09:03 +0100 Subject: [PATCH] chore: random test order --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a02c68d..c3f15b5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -30,4 +30,4 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") target_link_libraries(Tests PUBLIC -fsanitize=address,undefined) endif() -add_test(NAME Tests COMMAND Tests) +add_test(NAME Tests COMMAND Tests --order-by=rand)