update makefile to use the new test suite
This commit is contained in:
parent
239515bcce
commit
628e1c6910
6
Makefile
6
Makefile
@ -13,8 +13,6 @@ else
|
|||||||
endif
|
endif
|
||||||
CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
|
CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
|
||||||
DEBUG?= -g -rdynamic -ggdb
|
DEBUG?= -g -rdynamic -ggdb
|
||||||
HOST?= 127.0.0.1
|
|
||||||
PORT?= 6379
|
|
||||||
|
|
||||||
OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o
|
OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o
|
||||||
BENCHOBJ = ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o
|
BENCHOBJ = ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o
|
||||||
@ -89,8 +87,8 @@ dep:
|
|||||||
staticsymbols:
|
staticsymbols:
|
||||||
tclsh utils/build-static-symbols.tcl > staticsymbols.h
|
tclsh utils/build-static-symbols.tcl > staticsymbols.h
|
||||||
|
|
||||||
test:
|
test: redis-server
|
||||||
tclsh8.5 test-redis.tcl -p $(PORT) -h $(HOST)
|
tclsh8.5 test/test_helper.tcl
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
./redis-benchmark
|
./redis-benchmark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user