]> git.saurik.com Git - redis.git/commitdiff
unit/introspection added among tests executed by default
authorantirez <antirez@gmail.com>
Mon, 19 Dec 2011 09:18:21 +0000 (10:18 +0100)
committerantirez <antirez@gmail.com>
Mon, 19 Dec 2011 09:18:27 +0000 (10:18 +0100)
tests/test_helper.tcl

index 459784cd6386997199fe710c5146728aa4bcb7b2..41c3557dc2748445f6e456f41da86823cd176c05 100644 (file)
@@ -34,6 +34,7 @@ set ::all_tests {
     unit/slowlog
     unit/scripting
     unit/maxmemory
+    unit/introspection
 }
 # Index to the next test to run in the ::all_tests list.
 set ::next_test 0