lambda monitor test file
This commit is contained in:
parent
50502024aa
commit
ba1b6c5cb9
|
@ -0,0 +1,5 @@
|
|||
#include "pch.h"
|
||||
|
||||
TEST(LambdaMonitor, x) {
|
||||
|
||||
}
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue