aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.mk
blob: 2a3e1a4f998e90a4559843b1c5e0e2c05c68f730 (plain)
1
2
3
4
5
6
7
8
9
10
# List of all the ChibiOS/RT test files.
TESTSRC = ../../test/test.c       ../../test/testthd.c \
          ../../test/testsem.c    ../../test/testmtx.c \
          ../../test/testmsg.c    ../../test/testmbox.c \
          ../../test/testevt.c    ../../test/testheap.c \
          ../../test/testpools.c  ../../test/testdyn.c \
          ../../test/testqueues.c ../../test/testbmk.c

# Required include directories
TESTINC = ../../test