aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.mk')
-rw-r--r--test/test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test.mk b/test/test.mk
index ce890a855..73e6e1bc0 100644
--- a/test/test.mk
+++ b/test/test.mk
@@ -1,3 +1,4 @@
# List of all the ChibiOS/RT test files.
TESTSRC = ../../test/test.c ../../test/testrdy.c ../../test/testsem.c \
- ../../test/testmtx.c ../../test/testmsg.c ../../test/testbmk.c
+ ../../test/testmtx.c ../../test/testmsg.c ../../test/testpools.c \
+ ../../test/testbmk.c