lambda monitor test file

This commit is contained in:
Matthew Kennedy 2023-07-17 19:51:07 -07:00 committed by rusefillc
parent 50502024aa
commit ba1b6c5cb9
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -80,6 +80,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 \