9 lines
276 B
Makefile
9 lines
276 B
Makefile
|
# 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
|