eive-obsw/unittest/controller/testThermalController.cpp
2022-02-10 18:15:33 +01:00

7 lines
152 B
C++

#include <catch2/catch_test_macros.hpp>
TEST_CASE( "Thermal Controller" , "[ThermalController]") {
bool test = true;
REQUIRE( test == true);
}