From c755dea2565113cd8fe7e0c640893bba1265533d Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 19 Jul 2020 13:50:43 -0400 Subject: [PATCH] would this work? --- unit_tests/tests/tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/tests/tests.mk b/unit_tests/tests/tests.mk index 19d19a869a..72d0c281a4 100644 --- a/unit_tests/tests/tests.mk +++ b/unit_tests/tests/tests.mk @@ -10,6 +10,7 @@ TESTS_SRC_CPP = \ tests/ignition_injection/test_startOfCrankingPrimingPulse.cpp \ tests/ignition_injection/test_miata_na6_real_cranking.cpp \ tests/ignition_injection/test_ignition_scheduling.cpp \ + tests/ignition_injection/test_fuelCut.cpp \ tests/test_util.cpp \ tests/test_ion.cpp \ tests/test_aux_valves.cpp \ @@ -25,7 +26,6 @@ TESTS_SRC_CPP = \ tests/test_fuel_map.cpp \ tests/test_fuel_wall_wetting.cpp \ tests/test_one_cylinder_logic.cpp \ - tests/ignition_injection/test_fuelCut.cpp \ tests/test_pwm_generator.cpp \ tests/test_logic_expression.cpp \ tests/test_speed_density.cpp \