blob: 92dda7d814f1520586bdda3191a38d87a42b7104 (
plain)
1
2
3
4
5
6
7
|
# List of all the ChibiOS/RT test files.
TESTSRC = ${CHIBIOS}/test/lib/ch_test.c \
${CHIBIOS}/test/rt/test_sequence_000.c
# Required include directories
TESTINC = ${CHIBIOS}/test/lib \
${CHIBIOS}/test/rt
|