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 071641274..3ca3d8a8a 100644
--- a/test/test.c
+++ b/test/test.c
@@ -29,6 +29,7 @@
#include "testheap.h"
#include "testpools.h"
#include "testdyn.h"
+#include "testqueues.h"
#include "testbmk.h"
/*
@@ -44,6 +45,7 @@ static const struct testcase **patterns[] = {
patternheap,
patternpools,
patterndyn,
+ patternqueues,
patternbmk,
NULL
};