summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-05-14 18:48:33 +0200
committerantirez <antirez@gmail.com>2010-05-14 18:48:33 +0200
commitab72b4833d2054231437acccec36f32f07290075 (patch)
tree9d66fa4f98c60913ba86e3767d054ddacb291eff /Makefile
parent47868511523c855799c315977b5d480f6f15a4be (diff)
downloadredis-ab72b4833d2054231437acccec36f32f07290075.tar.gz
minor fixes to the new test suite, html doc updated
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ee9ec2122..c6cbf320e 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,6 @@ redis-cli.o: redis-cli.c fmacros.h anet.h sds.h adlist.h zmalloc.h \
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
@@ -87,8 +86,8 @@ dep:
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