ChibiOS/os/test/test.mk

8 lines
213 B
Makefile

# List of all the test runtime files.
TESTSRC += ${CHIBIOS}/os/test/src/ch_test.c \
${CHIBIOS}/os/test/src/ch_test_printf.c
# Required include directories
TESTINC += ${CHIBIOS}/os/test/include