mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
17 lines
573 B
Makefile
Executable File
17 lines
573 B
Makefile
Executable File
# 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
|