Unverified Commit fbed632f authored by Mota's avatar Mota Committed by GitHub
Browse files

Adds redis-cli and redis-benchmark dependencies for `make test` target

Obsoletes the need to run `make` before `make test`.
parent e2a71338
...@@ -326,10 +326,10 @@ distclean: clean ...@@ -326,10 +326,10 @@ distclean: clean
.PHONY: distclean .PHONY: distclean
test: $(REDIS_SERVER_NAME) $(REDIS_CHECK_AOF_NAME) test: $(REDIS_SERVER_NAME) $(REDIS_CHECK_AOF_NAME) $(REDIS_CLI_NAME) $(REDIS_BENCHMARK_NAME)
@(cd ..; ./runtest) @(cd ..; ./runtest)
test-sentinel: $(REDIS_SENTINEL_NAME) test-sentinel: $(REDIS_SENTINEL_NAME) $(REDIS_CLI_NAME)
@(cd ..; ./runtest-sentinel) @(cd ..; ./runtest-sentinel)
check: test check: test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment