eive-obsw/unittest/rebootLogic
Robin Müller 07df6eb95f
EIVE/eive-obsw/pipeline/head This commit looks good Details
continuing
2023-06-24 17:29:23 +02:00
..
.vscode various bugfixes from unittest 2022-02-28 19:52:43 +01:00
src continuing 2023-06-24 17:29:23 +02:00
.gitignore update gitignore 2022-03-01 13:05:34 +01:00
CMakeLists.txt updated OBSW code 2022-03-01 13:34:12 +01:00
README.md small README 2022-02-28 20:35:05 +01:00

README.md

Reboot Logic Unittest

These tests were written with Catch2 and VS code. Install VS code with the C++ and CMake plugins and open this folder with VS code. You should be able to run the tests directly.

It is also recommended to install Catch2:

git clone https://github.com/catchorg/Catch2.git
cd Catch2
git checkout v3.0.0-preview4
cmake -Bbuild -H. -DBUILD_TESTING=OFF
sudo cmake --build build/ --target install