mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
removed --file argument from test invocation inside Makefile
This commit is contained in:
parent
4c378d7f6c
commit
6b91a11e3e
@ -201,7 +201,7 @@ dep:
|
||||
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
|
||||
|
||||
test: redis-server
|
||||
@(cd ..; (which tclsh8.5 >/dev/null && tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}") || echo "You need to install Tcl (tclsh8.5) in order to run tests.")
|
||||
@(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:
|
||||
./redis-benchmark
|
||||
|
Loading…
Reference in New Issue
Block a user