unittesting a skeleton controller, still withouth fsfw
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
#include <mission/controller/ThermalController.h>
|
||||
|
||||
TEST_CASE( "Thermal Controller" , "[ThermalController]") {
|
||||
bool test = true;
|
||||
REQUIRE( test == true);
|
||||
|
||||
ThermalController controller(123);
|
||||
|
||||
REQUIRE(controller.perform() == HasReturnvaluesIF::RETURN_OK);
|
||||
|
||||
}
|
Reference in New Issue
Block a user