Cleanup summary comments in ExtraTests

This commit is contained in:
Martin Hořeňovský
2022-01-29 00:40:03 +01:00
parent 635db2785f
commit 79e4cd1af4
7 changed files with 35 additions and 21 deletions

View File

@@ -6,9 +6,11 @@
// SPDX-License-Identifier: BSL-1.0
// X02-DisabledMacros.cpp
// Test that CATCH_CONFIG_DISABLE turns off TEST_CASE autoregistration
// and expressions in assertion macros are not run.
/**\file
* Test that CATCH_CONFIG_DISABLE turns off TEST_CASE autoregistration
* and expressions in assertion macros are not run.
*/
#include <catch2/catch_test_macros.hpp>
#include <catch2/benchmark/catch_benchmark.hpp>