eive-obsw/unittest/controller/testThermalController.cpp

7 lines
152 B
C++
Raw Normal View History

2022-02-10 18:15:33 +01:00
#include <catch2/catch_test_macros.hpp>
TEST_CASE( "Thermal Controller" , "[ThermalController]") {
bool test = true;
REQUIRE( test == true);
}