custom-board-bundle-sample-.../unit_tests
rusEfi 3bcf25c0c1 auto-sync 2015-02-16 22:06:45 -06:00
..
test_basic_math auto-sync 2015-02-13 14:04:38 -06:00
test_data_structures
.cproject
.project
Makefile
adc_inputs.h
boards.cpp
boards.h
compile.bat
efifeatures.h
engine_test_helper.cpp
engine_test_helper.h
global.h
jenkins.sh
junction.exe
main.cpp auto-sync 2015-02-13 20:04:20 -06:00
main.h
makelinks.bat
map_resize.cpp
map_resize.h
readme.txt
rules.mk
settings.h
test.mk
test_accel_enrichment.cpp
test_accel_enrichment.h
test_engine_math.cpp auto-sync 2015-02-16 17:08:13 -06:00
test_engine_math.h auto-sync 2015-02-11 20:08:16 -06:00
test_fuel_map.cpp auto-sync 2015-02-13 20:04:20 -06:00
test_fuel_map.h auto-sync 2015-02-13 20:04:20 -06:00
test_idle_controller.cpp
test_idle_controller.h
test_logic_expression.cpp
test_logic_expression.h
test_sensors.cpp auto-sync 2015-01-22 19:05:54 -06:00
test_sensors.h
test_signal_executor.cpp auto-sync 2015-01-19 15:03:56 -06:00
test_signal_executor.h auto-sync 2015-01-19 15:03:56 -06:00
test_speed_density.cpp auto-sync 2015-02-09 10:07:00 -06:00
test_speed_density.h
test_trigger_decoder.cpp auto-sync 2015-02-16 22:06:45 -06:00
test_trigger_decoder.h
test_util.cpp
test_util.h

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 :)