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
c72459bf
Commit
c72459bf
authored
Mar 16, 2013
by
Johan Bergström
Committed by
antirez
Apr 02, 2013
Browse files
make check is a common naming convention for tests
parent
ca0b1c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
c72459bf
...
...
@@ -200,6 +200,8 @@ distclean: clean
test
:
$(REDIS_SERVER_NAME) $(REDIS_CHECK_AOF_NAME)
@
(
cd
..
;
./runtest
)
check
:
test
lcov
:
$(MAKE)
gcov
@
(
set
-e
;
cd
..
;
./runtest
--clients
1
)
...
...
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