# Copyright (C) 2009 Salvatore Sanfilippo <antirez at gmail dot com>
# This file is released under the BSD license, see the COPYING file
+release_hdr := $(shell sh -c './mkreleasehdr.sh')
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
OPTIMIZATION?=-O2
ifeq ($(uname_S),SunOS)
redis.o: redis.c fmacros.h config.h redis.h ae.h sds.h anet.h dict.h \
adlist.h zmalloc.h lzf.h pqsort.h zipmap.h staticsymbols.h sha1.h
sds.o: sds.c sds.h zmalloc.h
-test.o: test.c dict2.h
zipmap.o: zipmap.c zmalloc.h
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)
staticsymbols:
tclsh utils/build-static-symbols.tcl > staticsymbols.h
-test: redis-server
- tclsh8.5 test/test_helper.tcl
+test:
+ tclsh8.5 tests/test_helper.tcl
bench:
./redis-benchmark