]> git.saurik.com Git - redis.git/blobdiff - src/Makefile
make test depends on redis-check-aof as well.
[redis.git] / 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: