aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/test.mk b/test/test.mk
new file mode 100644
index 000000000..3f740288c
--- /dev/null
+++ b/test/test.mk
@@ -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