summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2013-08-29 16:23:57 +0200
committerantirez <antirez@gmail.com>2013-08-29 16:23:57 +0200
commitf79b1cb49e8dec1cb21bd4d7ccdee21931114429 (patch)
tree0f1ae46b88b061cf4f96bd06bea34b22edd41186 /tests/test_helper.tcl
parent41d3147344da4656b6a21c73373c34d25fe8f24d (diff)
downloadredis-f79b1cb49e8dec1cb21bd4d7ccdee21931114429.tar.gz
Test: added a memory efficiency 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 1c3049d32..d8de34e18 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -45,6 +45,7 @@ set ::all_tests {
unit/limits
unit/obuf-limits
unit/bitops
+ unit/memefficiency
}
# Index to the next test to run in the ::all_tests list.
set ::next_test 0