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, 0 insertions, 16 deletions
diff --git a/test/test.mk b/test/test.mk
deleted file mode 100644
index 3f740288c..000000000
--- a/test/test.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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