10 lines
311 B
Makefile
10 lines
311 B
Makefile
FRAMEWORK_SRC_CPP = test-framework/unit_test_framework.cpp \
|
|
test-framework/engine_test_helper.cpp \
|
|
test-framework/logicdata_csv_reader.cpp \
|
|
boards.cpp \
|
|
test-framework/test_executor.cpp \
|
|
test_basic_math/test_find_index.cpp \
|
|
test_basic_math/test_interpolation_3d.cpp \
|
|
|
|
FRAMEWORK_INC = test-framework
|