X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/73abd0a9d2a956af34351c59e15eba603ab29c6e..21dbc6499a538af07f52a41742cf1683f3fc9c23:/src/Makefile diff --git a/src/Makefile b/src/Makefile index 6f09200e..ba6ecf4d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -132,7 +132,7 @@ dep: $(CC) -MM *.c test: - (cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}") + (cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}") bench: ./redis-benchmark