]> git.saurik.com Git - redis.git/blobdiff - tests/test_helper.tcl
initial tests for AOF (and small changes to server.tcl to support these)
[redis.git] / tests / test_helper.tcl
index f9830e853fdff66d494ca430664afd0fb601ae9c..e5f2ed77cc3b1953f3cf9de1024d7f33022e61fd 100644 (file)
@@ -61,6 +61,7 @@ proc main {} {
     execute_tests "unit/expire"
     execute_tests "unit/other"
     execute_tests "integration/replication"
+    execute_tests "integration/aof"
     
     puts "\n[expr $::passed+$::failed] tests, $::passed passed, $::failed failed"
     if {$::failed > 0} {