aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/test.mk b/test/test.mk
index ee5128ac2..2a3e1a4f9 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -1,8 +1,10 @@
# 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
+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/testqueues.c ../../test/testbmk.c
# Required include directories
TESTINC = ../../test