From 5245cb19784800efc08f49eb1ab0b4b31af28d24 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 19 Jul 2020 14:10:55 -0400 Subject: [PATCH] unit tests: order of tests multispark/sensor tests should not matter #1616 TODO --- 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 5f6983cd8e..72d0c281a4 100644 --- a/unit_tests/tests/tests.mk +++ b/unit_tests/tests/tests.mk @@ -11,7 +11,6 @@ TESTS_SRC_CPP = \ tests/ignition_injection/test_miata_na6_real_cranking.cpp \ tests/ignition_injection/test_ignition_scheduling.cpp \ tests/ignition_injection/test_fuelCut.cpp \ - tests/ignition_injection/test_multispark.cpp \ tests/test_util.cpp \ tests/test_ion.cpp \ tests/test_aux_valves.cpp \ @@ -38,6 +37,7 @@ TESTS_SRC_CPP = \ tests/test_accel_enrichment.cpp \ tests/test_tacho.cpp \ tests/test_gpiochip.cpp \ + tests/ignition_injection/test_multispark.cpp \ tests/test_deadband.cpp \ tests/sensor/basic_sensor.cpp \ tests/sensor/func_sensor.cpp \