rusefi-hardware/SENT-box/unit_tests/Makefile

20 lines
361 B
Makefile
Raw Normal View History

2022-08-13 10:34:34 -07:00
##############################################################################
# Build global options
# NOTE: Can be overridden externally.
#
# Imported source files and paths
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CPPSRC += main.cpp \
2022-08-13 17:59:47 -07:00
logicdata_csv_reader.cpp
2022-08-13 10:34:34 -07:00
INCDIR += \
include unit_test_rules.mk