make test depends on redis-check-aof as well.

This commit is contained in:
antirez 2011-07-11 14:48:45 +02:00
parent 6b91a11e3e
commit e6fcb5b30d

View 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: