aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.mk
blob: 9f423de64946ab803f1d1c45b9b6fb60c6c7e8e4 (plain)
1
2
3
4
5
6
7
8
# List of all the ChibiOS/RT test files.
TESTSRC = ../../test/test.c      ../../test/testrdy.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/testbmk.c

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