mirror of
https://github.com/fluencelabs/redis
synced 2025-04-05 01:01:04 +00:00
changed the message in the Makefile with the new command like to run the test suite
This commit is contained in:
parent
ca3f830b32
commit
ea2c08e922
4
Makefile
4
Makefile
@ -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)
|
||||||
|
2331
test-redis.tcl
2331
test-redis.tcl
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user