summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspinlock <wnzheng@gmail.com>2017-07-05 14:32:07 +0000
committerantirez <antirez@gmail.com>2017-07-06 16:10:20 +0200
commit5d03b831d0acece56e0f660209d014bad35a71b9 (patch)
tree9ac0d71e63056ef29a9665da4c44e1c1bd8ff970
parented437b82cf32055b0b37537abc9617f24d962647 (diff)
downloadredis-5d03b831d0acece56e0f660209d014bad35a71b9.tar.gz
update Makefile for test-sds
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 24e960593..70574630a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -254,7 +254,7 @@ lcov:
@genhtml --legend -o lcov-html redis.info
test-sds: sds.c sds.h
- $(REDIS_CC) sds.c zmalloc.c -DSDS_TEST_MAIN -o /tmp/sds_test
+ $(REDIS_CC) sds.c zmalloc.c -DSDS_TEST_MAIN $(FINAL_LIBS) -o /tmp/sds_test
/tmp/sds_test
.PHONY: lcov