ChibiOS/test/corebmk/corebmk_test.mk

8 lines
339 B
Makefile
Raw Normal View History

# List of all the core benchmarks test files.
TESTSRC += ${CHIBIOS}/test/corebmk/source/test/ffbench_mod.c \
${CHIBIOS}/test/corebmk/source/test/corebmk_test_root.c \
${CHIBIOS}/test/corebmk/source/test/corebmk_test_sequence_001.c
# Required include directories
TESTINC += ${CHIBIOS}/test/corebmk/source/test