rusefi/unit_tests/test.mk

10 lines
259 B
Makefile
Raw Normal View History

2019-06-15 13:43:30 -07:00
FRAMEWORK_SRC_CPP = unit_test_framework.cpp \
2019-01-05 18:49:47 -08:00
engine_test_helper.cpp \
2017-04-07 10:38:03 -07:00
boards.cpp \
2018-12-08 15:11:28 -08:00
global_execution_queue.cpp \
2015-07-10 06:01:56 -07:00
test_basic_math/test_find_index.cpp \
test_basic_math/test_interpolation_3d.cpp \
test_basic_math/test_efilib.cpp \
2018-01-20 20:50:31 -08:00
afm2mapConverter.cpp
2015-07-10 06:01:56 -07:00