Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
978c895b
Commit
978c895b
authored
Mar 16, 2013
by
Johan Bergström
Browse files
make check is a common naming convention for tests
parent
a6619562
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
978c895b
...
...
@@ -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