mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-24 14:37:31 +00:00
ChibiOS 2.6.8, until I can figure out where to get it from git.
This commit is contained in:
16
firmware/chibios/test/test.mk
Executable file
16
firmware/chibios/test/test.mk
Executable file
@@ -0,0 +1,16 @@
|
||||
# List of all the ChibiOS/RT test files.
|
||||
TESTSRC = ${CHIBIOS}/test/test.c \
|
||||
${CHIBIOS}/test/testthd.c \
|
||||
${CHIBIOS}/test/testsem.c \
|
||||
${CHIBIOS}/test/testmtx.c \
|
||||
${CHIBIOS}/test/testmsg.c \
|
||||
${CHIBIOS}/test/testmbox.c \
|
||||
${CHIBIOS}/test/testevt.c \
|
||||
${CHIBIOS}/test/testheap.c \
|
||||
${CHIBIOS}/test/testpools.c \
|
||||
${CHIBIOS}/test/testdyn.c \
|
||||
${CHIBIOS}/test/testqueues.c \
|
||||
${CHIBIOS}/test/testbmk.c
|
||||
|
||||
# Required include directories
|
||||
TESTINC = ${CHIBIOS}/test
|
Reference in New Issue
Block a user