unit tests: order of tests multispark/sensor tests should not matter #1616
TODO
This commit is contained in:
parent
f7a182c170
commit
46a1d361b5
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue