-
Unit testing library "Catch2" throws error on OS:
amazonlinux:2022
Compiler (OS Default):
g++ (GCC) 11.2.1 20210728 (Red Hat 11.2.1-2)
Error can be avoided by disabling the tests with:
cmake …
-
When cmake arguments include ```-DRESTINIO_DEP_CATCH2=system```, configure fails:
```
CMake Error at CMakeLists.txt:350 (include):
include could not find requested file:
Catch
CMake E…
-
**Describe the bug**
When trying to use the [asset caching](https://learn.microsoft.com/en-us/vcpkg/users/assetcaching) tweaking e.g. the instructions from [Creating a x-script Asset Caching source f…
-
[Catch2](https://github.com/catchorg/Catch2) is a simple C++ unit testing framework with powerful features.
This will replace our test runner script, and make it easier to write and run unit tests.…
maxsu updated
2 years ago
-
I updated catch2 to 2.13.8 (latest version of v2) and the build works now.
(Just downloaded it to `lib/catch2/include/catch2` as `catch.v2.13.8.hpp `and edited `lib/catch2/include/catch2/catch3.hp…
-
In Ubuntu 18.04.4 Desktop I installed avcpp following these indications: https://github.com/h4tr3d/avcpp#ubuntu-and-linux-mint
(base) marco@pc01:~$ git clone --recurse-submodules https://github…
-
I recently stumbled upon another test framework, called [Catch2](https://github.com/catchorg/Catch2). It looks very interesting for us and is already used in couple of big [open source projects](https…
-
https://www.otienoken.me/test-tools/testing-with-catch2/
C++ Automated Test Cases in a Header - Catch2 - is a C++ test framework with support for C and Objective-C distributed as a single header fi…
-
### Issue
`cmake --build .` command failed - `alvr_binding.h: No such file or directory`
### Steps taken
Folders:
| name | branch | commit
| -- | -- | --
| [`alvr-monado`](https://git…
-
**Describe the bug**
I'm building tests with `native: true`, and pull in catch2 as a dependency also with `native: true`, with a fallback on the wrapdb. I get a warning about mixing machine 0 and 1.
…