Skip to content

Commit

Permalink
Merge remote branch 'origin/unstable' into unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jun 25, 2011
2 parents c9d0c36 + a004de0 commit d5b36c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ dep:
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise

test: redis-server
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}")
@(cd ..; (which tclsh >/dev/null && tclsh tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}") || echo "You need to install Tcl in order to run tests.")

bench:
./redis-benchmark
Expand Down

0 comments on commit d5b36c5

Please sign in to comment.