-
I am integrating Catch2 with my CMake project using the FetchContent.
As described in the documentation:
```
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/ca…
-
My tests do not use any random generators bit I still get `Randomness seeded to: #######` message.
Is there a way to turn off rand-related stuff or silence this message?
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this bug and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md)
…
-
**Describe the bug**
I think that lots of Catch2 v2 users are going to have to make lots of repetitive edits to their CMakeLists.txt files....
I have a dozens of projects that use use Catch2 and…
-
The `wrap` tool and the **WrapDB** system are very powerful features in Meson build system. They make developers life a lot easier by providing an easy and convenient way of using other libs as depend…
-
The premise is it would be really powerful to have a `target_link_libraries` alternative that instead of just linking existing packages could pull the respective packages using CPM when the library is…
-
When writing BDD tests with Catch2, we have something like this:
```cpp
BarMocksCAPI bar_mock;
SCENARIO("foo") {
GIVEN("foo in reset state") {
WHEN("foo is initialized") {
REQUIRE_CA…
-
I know this project hasn't been active for a while, but if anyone is listening, I was wondering how hard it would be to generate releases that are a **single header file** ?
An example header only …
-
Since developers are supposed to use spack and Catch2 has a spack package, we should update our recipe/environment/whatever to include the Catch2 tests. This applies to hydrogen, too, though I haven't…
-
Currently hitting:
```
error: cannot make section .ASAN$GL associative with sectionless symbol ?id@?$collate@D@std@@2V0locale@2@A
```
While the headers do not use locales, this could be caused…