From: antirez Date: Mon, 11 Jul 2011 13:45:06 +0000 (+0200) Subject: Merge branch 'unstable' of github.com:antirez/redis into unstable X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/4bab6312239f4d77b7cc25ab7eec80fc3ba19506?hp=0717e3aa16fc81ff0e5a9dfacc93655edbdaec6f Merge branch 'unstable' of github.com:antirez/redis into unstable --- diff --git a/src/Makefile b/src/Makefile index 1ead1e09..c8647b7d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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: