Files
archive
arduino
automation
bsp_egse
bsp_hosted
bsp_linux_board
bsp_q7s
bsp_te0720_1cfa
cmake
common
doc
dummies
fsfw
generators
linux
misc
mission
scripts
test
thirdparty
tmtc
unittest
controller
mocks
rebootLogic
.vscode
src
.gitignore
CMakeLists.txt
README.md
CMakeLists.txt
main.cpp
meineTestDaten.txt
printChar.cpp
printChar.h
testEnvironment.cpp
testEnvironment.h
watchdog
.clang-format
.dockerignore
.gitignore
.gitmodules
CHANGELOG.md
CMakeLists.txt
Justfile
LICENSE
NOTICE
README.md
docker-compose.yml
q7s-env-em.sh
q7s-env.sh
eive-obsw/unittest/rebootLogic
..
2022-02-28 19:52:43 +01:00
2022-09-27 10:51:07 +02:00
2022-03-01 13:05:34 +01:00
2022-03-01 13:34:12 +01:00
2022-02-28 20:35:05 +01:00

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