X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/b882056c93f3e3afe5fde9d62fb569ce30a76a76..ea5b70924d444c5ebf32afdd577ddc7c1328a674:/src/Makefile diff --git a/src/Makefile b/src/Makefile index e1e989c6..3add2925 100644 --- a/src/Makefile +++ b/src/Makefile @@ -126,7 +126,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