rusefi/unit_tests/test.mk

10 lines
311 B
Makefile
Raw Permalink 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 \
2024-04-30 13:07:05 -07:00
test-framework/test_executor.cpp \
2015-07-10 06:01:56 -07:00
test_basic_math/test_find_index.cpp \
test_basic_math/test_interpolation_3d.cpp \
2024-04-30 13:07:05 -07:00
FRAMEWORK_INC = test-framework