blob: e65db334523c19aa6c88c82e7adb7fb6077b46c6 (
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/testmsg.c ../../test/testevt.c \
../../test/testheap.c ../../test/testpools.c ../../test/testdyn.c \
../../test/testbmk.c
|