Skip to content

CMakeLists.txt: Disable benchmark tests#536

Merged
jmr merged 1 commit intogoogle:masterfrom
jmr:disable-bm-tests
Jan 28, 2026
Merged

CMakeLists.txt: Disable benchmark tests#536
jmr merged 1 commit intogoogle:masterfrom
jmr:disable-bm-tests

Conversation

@jmr
Copy link
Member

@jmr jmr commented Jan 28, 2026

Tests from google-benchmark like reporter_output_test were accidentally being run.

Force BENCHMARK_ENABLE_TESTING to OFF instead of
BENCHMARK_ENABLE_GTEST_TESTS. The former is the global testing switch, the latter only controls test that use GoogleTest.

Tests from google-benchmark like reporter_output_test were accidentally
being run.

Force BENCHMARK_ENABLE_TESTING to OFF instead of
BENCHMARK_ENABLE_GTEST_TESTS.  The former is the global testing switch,
the latter only controls test that use GoogleTest.
@jmr jmr merged commit 50361c6 into google:master Jan 28, 2026
9 checks passed
@jmr jmr deleted the disable-bm-tests branch January 28, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant