From ab72b4833d2054231437acccec36f32f07290075 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 14 May 2010 18:48:33 +0200 Subject: minor fixes to the new test suite, html doc updated --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1