X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/27737964c40716d61321cb0101d5ddb641298fff..9c00f078978e452d541ddc8a9a2b7704db2cb7f3:/tests/test_helper.tcl diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 7874256d..b2e58b44 100644 --- a/tests/test_helper.tcl +++ b/tests/test_helper.tcl @@ -11,6 +11,7 @@ source tests/support/util.tcl set ::all_tests { unit/printver + unit/dump unit/auth unit/protocol unit/basic @@ -23,7 +24,7 @@ set ::all_tests { unit/sort unit/expire unit/other - unit/cas + unit/multi unit/quit unit/aofrw integration/replication @@ -40,7 +41,7 @@ set ::all_tests { 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