aboutsummaryrefslogtreecommitdiffstats
path: root/test/nil/test.mk
blob: b0da9731a4a6a4439b469a277639a4b70b2df7e4 (plain)
1
2
3
4
5
6
7
8
9
# List of all the ChibiOS/RT test files.
TESTSRC = ${CHIBIOS}/test/lib/ch_test.c \
          ${CHIBIOS}/test/nil/test_root.c \
          ${CHIBIOS}/test/nil/test_sequence_001.c \
          ${CHIBIOS}/test/nil/test_sequence_002.c

# Required include directories
TESTINC = ${CHIBIOS}/test/lib \
          ${CHIBIOS}/test/nil