]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
Test: MULTI/EXEC tests moved into multi.tcl.
[redis.git] / tests / test_helper.tcl
index 7874256da64763037d5c2f1d54f17b1f88b11381..b2e58b44cf74cdf27fc84c7c2a5100b8c028ca0c 100644 (file)
@@ -11,6 +11,7 @@ source tests/support/util.tcl
 
 set ::all_tests {
     unit/printver
 
 set ::all_tests {
     unit/printver
+    unit/dump
     unit/auth
     unit/protocol
     unit/basic
     unit/auth
     unit/protocol
     unit/basic
@@ -23,7 +24,7 @@ set ::all_tests {
     unit/sort
     unit/expire
     unit/other
     unit/sort
     unit/expire
     unit/other
-    unit/cas
+    unit/multi
     unit/quit
     unit/aofrw
     integration/replication
     unit/quit
     unit/aofrw
     integration/replication
@@ -40,7 +41,7 @@ set ::all_tests {
     unit/introspection
     unit/limits
     unit/obuf-limits
     unit/introspection
     unit/limits
     unit/obuf-limits
-    unit/dump
+    unit/bitops
 }
 # Index to the next test to run in the ::all_tests list.
 set ::next_test 0
 }
 # Index to the next test to run in the ::all_tests list.
 set ::next_test 0