Robin Mueller
8e6d8a6fa8
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
9 lines
223 B
C++
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";
|
|
}
|