ChibiOS/test/nil/test.mk

9 lines
276 B
Makefile
Raw Normal View History

# List of all the ChibiOS/RT test files.
TESTSRC = ${CHIBIOS}/test/lib/ch_test.c \
${CHIBIOS}/test/rt/test_root.c \
${CHIBIOS}/test/rt/test_sequence_000.c
# Required include directories
TESTINC = ${CHIBIOS}/test/lib \
${CHIBIOS}/test/rt