diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 5c0808ebb5..69f0f65f39 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -214,6 +214,7 @@ struct_no_prefix engine_configuration_s #define TRIGGER_HAS_SECOND_CHANNEL "hasSecondChannel" #define TRIGGER_HARDCODED_OPERATION_MODE "knownOperationMode" #define TRIGGER_COMMENT "#" +#define TRIGGER_GAPS_COUNT "gapsCount" ! ! all the xxx_PACKING_xxx constants are about persisting tables in compact for, for example packing RPM with 50 increment in a byte diff --git a/unit_tests/tests/tests.mk b/unit_tests/tests/tests.mk index c08f55a29a..72a6b2d106 100644 --- a/unit_tests/tests/tests.mk +++ b/unit_tests/tests/tests.mk @@ -1,4 +1,5 @@ TESTS_SRC_CPP = \ + tests/trigger/test_all_triggers.cpp \ tests/trigger/test_symmetrical_crank.cpp \ tests/trigger/test_trigger_decoder.cpp \ tests/trigger/test_trigger_decoder_2.cpp \ @@ -87,7 +88,6 @@ TESTS_SRC_CPP = \ tests/test_dynoview.cpp \ tests/test_gpio.cpp \ tests/test_limp.cpp \ - tests/trigger/test_all_triggers.cpp \ tests/test_can_rx.cpp \ tests/test_can_serial.cpp \ tests/test_can_wideband.cpp \