Commit ea2c08e9 authored by antirez's avatar antirez
Browse files

changed the message in the Makefile with the new command like to run the test suite

parent ca3f830b
...@@ -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)
......
This diff is collapsed.
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