Merge pull request #63 from djanowski/tcl

Add warning when `tcl` is not available to run tests
This commit is contained in:
Salvatore Sanfilippo 2011-06-24 09:59:37 -07:00
commit a004de0f15

View File

@ -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