eive-obsw/unittest/rebootLogic/main.cpp
Robin Mueller 8e6d8a6fa8
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
use catch2 main
2022-02-28 16:05:32 +01:00

9 lines
223 B
C++

#include "CoreController.h"
#include <catch2/catch_test_macros.hpp>
#include <iostream>
TEST_CASE( "Core Controller Reboot File Handling", "[reboot-file]" ) {
CoreController ctrl;
std::cout << "Hello, world!\n";
}