From dd680fcc14ca2b950fd454577fcf532d58ffa7b5 Mon Sep 17 00:00:00 2001 From: Matt Stancliff Date: Thu, 22 Jan 2015 15:31:43 -0500 Subject: Add valgrind to TravisCI testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d79717a..d683aec 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ test: hiredis-test check: hiredis-test @echo "$$REDIS_TEST_CONFIG" | $(REDIS_SERVER) - - ./hiredis-test -h 127.0.0.1 -p $(REDIS_PORT) -s /tmp/hiredis-test-redis.sock || \ + $(PRE) ./hiredis-test -h 127.0.0.1 -p $(REDIS_PORT) -s /tmp/hiredis-test-redis.sock || \ ( kill `cat /tmp/hiredis-test-redis.pid` && false ) kill `cat /tmp/hiredis-test-redis.pid` -- cgit v1.2.3