rusefi/unit_tests/test.mk

9 lines
319 B
Makefile
Raw Normal View History

2023-08-08 17:11:24 -07:00
FRAMEWORK_SRC_CPP = test-framework/unit_test_framework.cpp \
test-framework/engine_test_helper.cpp \
test-framework/logicdata_csv_reader.cpp \
2017-04-07 10:38:03 -07:00
boards.cpp \
2023-08-08 17:11:24 -07:00
test-framework/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 \
2023-08-08 17:11:24 -07:00
FRAMEWORK_INC = test-framework