Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fbed632f
Unverified
Commit
fbed632f
authored
Aug 12, 2020
by
Mota
Committed by
GitHub
Aug 11, 2020
Browse files
Adds redis-cli and redis-benchmark dependencies for `make test` target
Obsoletes the need to run `make` before `make test`.
parent
e2a71338
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
fbed632f
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment