9 lines
319 B
Makefile
9 lines
319 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/global_execution_queue.cpp \
|
|
test_basic_math/test_find_index.cpp \
|
|
test_basic_math/test_interpolation_3d.cpp \
|
|
|
|
FRAMEWORK_INC = test-framework
|