summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2019-03-18 19:34:52 +0200
committerYossi Gottlieb <yossigo@gmail.com>2019-03-18 19:34:52 +0200
commit9095e4dc9bbb8c0311e0df2af556295ca6ce92ca (patch)
tree9e81b0e96cfc17fdd3035e1aa8a46436ec585c90 /tests/test_helper.tcl
parent67111320835ee46498ea0e4de07dab5cb59584da (diff)
downloadredis-9095e4dc9bbb8c0311e0df2af556295ca6ce92ca.tar.gz
Add command filter Module API tests.
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r--tests/test_helper.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 568eacdee..d2f281526 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -63,6 +63,7 @@ set ::all_tests {
unit/lazyfree
unit/wait
unit/pendingquerybuf
+ modules/commandfilter
}
# Index to the next test to run in the ::all_tests list.
set ::next_test 0