mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
This commit is contained in:
@ -207,7 +207,7 @@ dep:
|
||||
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
|
||||
|
||||
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.")
|
||||
@(cd ..; ./runtest)
|
||||
|
||||
bench:
|
||||
./redis-benchmark
|
||||
|
Reference in New Issue
Block a user