rusefi/unit_tests
rusEfi 1181fa4fc0 auto-sync 2016-08-27 17:01:58 -04:00
..
test_basic_math auto-sync 2016-04-02 23:01:58 -04:00
test_data_structures auto-sync 2016-04-02 23:01:58 -04:00
.cproject auto-sync 2015-07-10 09:01:56 -04:00
.project auto-sync 2015-07-10 09:01:56 -04:00
Makefile auto-sync 2016-07-01 18:03:23 -04:00
adc_inputs.h auto-sync 2016-04-02 23:01:58 -04:00
boards.cpp auto-sync 2016-04-02 23:01:58 -04:00
boards.h auto-sync 2015-07-10 09:01:56 -04:00
compile.bat auto-sync 2015-07-10 09:01:56 -04:00
efifeatures.h auto-sync 2015-07-10 09:01:56 -04:00
engine_test_helper.cpp auto-sync 2016-08-27 12:02:29 -04:00
engine_test_helper.h auto-sync 2016-08-26 20:03:06 -04:00
global.h auto-sync 2016-01-24 18:01:56 -05:00
jenkins.sh auto-sync 2015-07-10 09:01:56 -04:00
junction.exe auto-sync 2015-07-10 09:01:56 -04:00
main.cpp auto-sync 2016-08-26 17:02:37 -04:00
main.h auto-sync 2016-08-26 19:02:56 -04:00
makelinks.bat auto-sync 2015-07-10 09:01:56 -04:00
map_resize.cpp auto-sync 2016-06-30 01:01:38 -04:00
map_resize.h auto-sync 2016-04-02 23:01:58 -04:00
readme.txt auto-sync 2015-07-10 09:01:56 -04:00
rules.mk auto-sync 2015-07-10 09:01:56 -04:00
settings.h auto-sync 2015-07-10 09:01:56 -04:00
test.mk auto-sync 2015-07-10 09:01:56 -04:00
test_accel_enrichment.cpp auto-sync 2016-03-15 22:03:43 -04:00
test_accel_enrichment.h auto-sync 2015-07-10 09:01:56 -04:00
test_engine_math.cpp auto-sync 2016-08-26 19:02:56 -04:00
test_engine_math.h auto-sync 2015-12-24 14:02:03 -05:00
test_fuel_map.cpp auto-sync 2016-08-26 18:02:39 -04:00
test_fuel_map.h auto-sync 2015-07-10 09:01:56 -04:00
test_idle_controller.cpp auto-sync 2016-07-13 21:03:05 -04:00
test_idle_controller.h auto-sync 2015-07-10 09:01:56 -04:00
test_logic_expression.cpp auto-sync 2016-03-02 22:02:37 -05:00
test_logic_expression.h auto-sync 2015-07-10 09:01:56 -04:00
test_sensors.cpp auto-sync 2016-06-18 12:01:50 -04:00
test_sensors.h auto-sync 2016-04-02 23:01:58 -04:00
test_signal_executor.cpp auto-sync 2016-04-02 23:01:58 -04:00
test_signal_executor.h auto-sync 2016-04-02 23:01:58 -04:00
test_speed_density.cpp auto-sync 2016-08-27 10:03:11 -04:00
test_speed_density.h auto-sync 2015-07-10 09:01:56 -04:00
test_trigger_decoder.cpp auto-sync 2016-08-27 17:01:58 -04:00
test_trigger_decoder.h auto-sync 2016-08-26 17:02:37 -04:00
test_util.cpp auto-sync 2016-06-22 23:01:57 -04:00
test_util.h auto-sync 2016-04-02 23:01:58 -04:00

readme.txt

In this folder we have a naive test set. I am not sure what is the best approach to tests in C (someone can educate me), but my approach is:

1) with a symlink linking some (only some, not all) folders of the firmware implementation, we can compile some files of the firmware as win32 code.
Please execute the 'makelinks.bat' file to get the links. On XP you might need to execute 'junction.exe' before exuting the .bat file.

2) we then compile & run the .exe, which is expected to say SUCCESS and not fail :)