summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-04-03 22:15:53 +0200
committerantirez <antirez@gmail.com>2014-04-03 22:16:05 +0200
commit352208ff68f213a59729809ae3eaa2f0b0d0a2ad (patch)
tree5fb910e443f842d19a94931197081a9ee2685c5a /tests/test_helper.tcl
parentd2ca4bb62d807291f9e21ec57c44373a03a99a5e (diff)
downloadredis-352208ff68f213a59729809ae3eaa2f0b0d0a2ad.tar.gz
Initial HyperLogLog 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 062c318e5..78b979469 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -47,6 +47,7 @@ set ::all_tests {
unit/obuf-limits
unit/bitops
unit/memefficiency
+ unit/hyperloglog
}
# Index to the next test to run in the ::all_tests list.
set ::next_test 0