]> git.saurik.com Git - redis.git/commitdiff
Merge branch 'unstable' of github.com:antirez/redis into unstable
authorantirez <antirez@gmail.com>
Mon, 11 Jul 2011 13:45:06 +0000 (15:45 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Jul 2011 13:45:06 +0000 (15:45 +0200)
src/Makefile

index 1ead1e095d8cdcbc290b9a93ba0de99c26776d12..c8647b7d3e1d8c2ca115a7e0d1fce5c3922e15a2 100644 (file)
@@ -200,7 +200,7 @@ clean:
 dep:
        $(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
 
-test: redis-server
+test: redis-server redis-check-aof
        @(cd ..; (which tclsh8.5 >/dev/null && tclsh8.5 tests/test_helper.tcl --tags "${TAGS}") || echo "You need to install Tcl (tclsh8.5) in order to run tests.")
 
 bench: