summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-02-25 10:31:29 +0100
committerantirez <antirez@gmail.com>2015-02-25 10:33:29 +0100
commit954151f62b79a86b90f8b840fe7c1d1df78c71c3 (patch)
tree2072b2c5ed5cf1d4ac9ab549156c4e0fa5026b72 /tests/test_helper.tcl
parent9454f7b3db48c33cd8bb2d508a6402c4b51cf964 (diff)
downloadredis-954151f62b79a86b90f8b840fe7c1d1df78c71c3.tar.gz
Test: split basic unit into string, incr, keyspace units.
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r--tests/test_helper.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 7e9e2cfaa..914f6ba1e 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -16,8 +16,10 @@ set ::all_tests {
unit/dump
unit/auth
unit/protocol
- unit/basic
+ unit/keyspace
unit/scan
+ unit/type/string
+ unit/type/incr
unit/type/list
unit/type/list-2
unit/type/list-3