summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-10-09 09:47:17 +0200
committerantirez <antirez@gmail.com>2015-10-09 09:47:17 +0200
commit6ddcba6ec9001826ffcafcd943e64b632e4f41f5 (patch)
treef42a6fd30c4ec1609bddcf485073bc6df51e20ab /tests/test_helper.tcl
parent363c0f67b9bd295dbe08815497e8b0b084440139 (diff)
downloadredis-6ddcba6ec9001826ffcafcd943e64b632e4f41f5.tar.gz
Test: basic lazyfree unit test.
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 d600abf0a..9647511e5 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -51,6 +51,7 @@ set ::all_tests {
unit/bitops
unit/memefficiency
unit/hyperloglog
+ unit/lazyfree
}
# Index to the next test to run in the ::all_tests list.
set ::next_test 0