From 352208ff68f213a59729809ae3eaa2f0b0d0a2ad Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 3 Apr 2014 22:15:53 +0200 Subject: Initial HyperLogLog tests. --- tests/test_helper.tcl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_helper.tcl') 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 -- cgit v1.2.1