Merge branch 'master' of https://github.com/rusefi/rusefi
This commit is contained in:
commit
4b00688025
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Generate Pinouts
|
- name: Generate Pinouts
|
||||||
uses: chuckwagoncomputing/interactive-pinout@2.7
|
uses: chuckwagoncomputing/interactive-pinout@2.8
|
||||||
with:
|
with:
|
||||||
mapping-path: ./firmware/config/boards/*/connectors/*.yaml
|
mapping-path: ./firmware/config/boards/*/connectors/*.yaml
|
||||||
warnings: "false"
|
warnings: "false"
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
#include "pch.h"
|
||||||
|
|
||||||
|
TEST(LambdaMonitor, x) {
|
||||||
|
|
||||||
|
}
|
|
@ -80,6 +80,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 \
|
||||||
|
|
Loading…
Reference in New Issue