catch2 running
This commit is contained in:
3
unittest/controller/CMakeLists.txt
Normal file
3
unittest/controller/CMakeLists.txt
Normal file
@ -0,0 +1,3 @@
|
||||
target_sources(${UNITTEST_NAME} PRIVATE
|
||||
testThermalController.cpp
|
||||
)
|
7
unittest/controller/testThermalController.cpp
Normal file
7
unittest/controller/testThermalController.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
|
||||
TEST_CASE( "Thermal Controller" , "[ThermalController]") {
|
||||
bool test = true;
|
||||
REQUIRE( test == true);
|
||||
|
||||
}
|
Reference in New Issue
Block a user