ChibiOS/test/test.mk

9 lines
396 B
Makefile

# List of all the ChibiOS/RT test files.
TESTSRC = ../../test/test.c ../../test/testthd.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