2008-06-26 14:06:21 +00:00
|
|
|
# List of all the ChibiOS/RT test files.
|
2009-05-03 16:42:52 +00:00
|
|
|
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 \
|
2009-08-19 13:11:25 +00:00
|
|
|
../../test/testqueues.c ../../test/testbmk.c
|
2009-02-14 16:17:07 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
TESTINC = ../../test
|