Variadic ZADD tests

This commit is contained in:
antirez 2011-05-31 18:35:09 +02:00
parent ef231a7c56
commit 3fe40d6e3c

View File

@ -110,6 +110,13 @@ proc cleanup {} {
}
proc execute_everything {} {
if 1 {
# Use this when hacking on new tests.
set ::verbose 1
execute_tests "unit/first"
return
}
execute_tests "unit/printver"
execute_tests "unit/auth"
execute_tests "unit/protocol"