Skip to content

Commit c922986

Browse files
authored
Merge branch 'main' into qlogs/admin-endpoint
2 parents 2d47576 + 6fc9473 commit c922986

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
find_package(GTest REQUIRED CONFIG)
22
include(GoogleTest)
33

4+
# Discover tests at ctest startup (serial) instead of POST_BUILD (parallel).
5+
# Parallel POST_BUILD discovery races on a shared JSON file under cmake 4.4.0,
6+
# intermittently failing macOS builds with "JSON failed parsing".
7+
set(CMAKE_GTEST_DISCOVER_TESTS_DISCOVERY_MODE PRE_TEST)
8+
49
add_library(moqx_test_utils STATIC
510
TestUtils.cpp
611
)

0 commit comments

Comments
 (0)