Robin Mueller
a2bc72a798
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
9 lines
229 B
C++
9 lines
229 B
C++
#include "CoreController.h"
|
|
#include <catch2/catch_test_macros.hpp>
|
|
#include <iostream>
|
|
|
|
TEST_CASE( "Core Controller Reboot File Handling", "[reboot-file]" ) {
|
|
CoreController ctrl;
|
|
ctrl.performRebootFileHandling(true);
|
|
}
|