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
ea2c08e9
Commit
ea2c08e9
authored
May 28, 2010
by
antirez
Browse files
changed the message in the Makefile with the new command like to run the test suite
parent
ca3f830b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
ea2c08e9
...
@@ -58,9 +58,7 @@ zmalloc.o: zmalloc.c config.h
...
@@ -58,9 +58,7 @@ zmalloc.o: zmalloc.c config.h
redis-server
:
$(OBJ)
redis-server
:
$(OBJ)
$(CC)
-o
$(PRGNAME)
$(CCOPT)
$(DEBUG)
$(OBJ)
$(CC)
-o
$(PRGNAME)
$(CCOPT)
$(DEBUG)
$(OBJ)
@
echo
""
@
echo
""
@
echo
"Hint: To run the test-redis.tcl script is a good idea."
@
echo
"Hint: To run 'make test' is a good idea ;)"
@
echo
"Launch the redis server with ./redis-server, then in another"
@
echo
"terminal window enter this directory and run 'make test'."
@
echo
""
@
echo
""
redis-benchmark
:
$(BENCHOBJ)
redis-benchmark
:
$(BENCHOBJ)
...
...
test-redis.tcl
deleted
100644 → 0
View file @
ca3f830b
This diff is collapsed.
Click to expand it.
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