diff --git a/unit_tests/tests/test_lambda_monitor.cpp b/unit_tests/tests/test_lambda_monitor.cpp new file mode 100644 index 0000000000..987686d74d --- /dev/null +++ b/unit_tests/tests/test_lambda_monitor.cpp @@ -0,0 +1,5 @@ +#include "pch.h" + +TEST(LambdaMonitor, x) { + +} diff --git a/unit_tests/tests/tests.mk b/unit_tests/tests/tests.mk index e151ce7398..6c241e6b8a 100644 --- a/unit_tests/tests/tests.mk +++ b/unit_tests/tests/tests.mk @@ -74,6 +74,7 @@ TESTS_SRC_CPP = \ tests/test_gpiochip.cpp \ tests/test_deadband.cpp \ tests/test_knock.cpp \ + tests/test_lambda_monitor.cpp \ tests/sensor/basic_sensor.cpp \ tests/sensor/func_sensor.cpp \ tests/sensor/function_pointer_sensor.cpp \