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

This commit is contained in:
antirez 2010-05-28 00:20:12 +02:00
parent ca3f830b32
commit ea2c08e922
2 changed files with 1 additions and 2334 deletions

View File

@ -58,9 +58,7 @@ zmalloc.o: zmalloc.c config.h
redis-server: $(OBJ)
$(CC) -o $(PRGNAME) $(CCOPT) $(DEBUG) $(OBJ)
@echo ""
@echo "Hint: To run the test-redis.tcl script 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 "Hint: To run 'make test' is a good idea ;)"
@echo ""
redis-benchmark: $(BENCHOBJ)

File diff suppressed because it is too large Load Diff