lambda monitor test file

This commit is contained in:
Matthew Kennedy 2023-07-17 19:51:07 -07:00
parent d3ce0b0c45
commit 9b6d964919
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#include "pch.h"
TEST(LambdaMonitor, x) {
}

View File

@ -74,6 +74,7 @@ TESTS_SRC_CPP = \
tests/test_gpiochip.cpp \ tests/test_gpiochip.cpp \
tests/test_deadband.cpp \ tests/test_deadband.cpp \
tests/test_knock.cpp \ tests/test_knock.cpp \
tests/test_lambda_monitor.cpp \
tests/sensor/basic_sensor.cpp \ tests/sensor/basic_sensor.cpp \
tests/sensor/func_sensor.cpp \ tests/sensor/func_sensor.cpp \
tests/sensor/function_pointer_sensor.cpp \ tests/sensor/function_pointer_sensor.cpp \