aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.mk b/test/test.mk
index 100b3d0ed..6cce48f2a 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -1,8 +1,8 @@
# List of all the ChibiOS/RT test files.
TESTSRC = ../../test/test.c ../../test/testrdy.c ../../test/testsem.c \
../../test/testmtx.c ../../test/testcond.c ../../test/testmsg.c \
- ../../test/testevt.c ../../test/testheap.c ../../test/testpools.c \
- ../../test/testdyn.c ../../test/testbmk.c
+ ../../test/testmbox.c ../../test/testevt.c ../../test/testheap.c \
+ ../../test/testpools.c ../../test/testdyn.c ../../test/testbmk.c
# Required include directories
TESTINC = ../../test