eive-obsw/unittest/rebootLogic
Robin Müller 90962c9f8e
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
rudimentary SD commanding interface
2022-09-27 10:51:07 +02:00
..
.vscode various bugfixes from unittest 2022-02-28 19:52:43 +01:00
src rudimentary SD commanding interface 2022-09-27 10:51:07 +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