aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.mk
blob: 9677d21dc3a71ee6e6c4024cd39d0c6cfaae441a (plain)
1
2
3
4
5
# List of all the ChibiOS/RT test files.
TESTSRC = ../../test/test.c      ../../test/testrdy.c   ../../test/testsem.c \
          ../../test/testmtx.c   ../../test/testcond.c  ../../test/testmsg.c \
          ../../test/testevt.c   ../../test/testheap.c  ../../test/testpools.c \
          ../../test/testdyn.c   ../../test/testbmk.c