aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index ed9b04b91..15e23e79c 100644
--- a/test/test.c
+++ b/test/test.c
@@ -25,6 +25,7 @@
#include "testmtx.h"
#include "testcond.h"
#include "testmsg.h"
+#include "testmbox.h"
#include "testevt.h"
#include "testheap.h"
#include "testpools.h"
@@ -40,6 +41,7 @@ static const struct testcase **patterns[] = {
patternmtx,
patterncond,
patternmsg,
+ patternmbox,
patternevt,
patternheap,
patternpools,