summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorWuYunlong <xzsyeb@126.com>2020-09-28 16:27:26 +0800
committerGitHub <noreply@github.com>2020-09-28 11:27:26 +0300
commitc2e5546071f18b002fd7e0c222645baef1596089 (patch)
tree701d0eb1fa32660fc2e3c85a046bbcfad797ae7d /src/Makefile
parent8aa083bd283963f60c46eb6156e7aacca3c853c3 (diff)
downloadredis-c2e5546071f18b002fd7e0c222645baef1596089.tar.gz
Normalize sds test mechanism together with some compile warnings. (#7854)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index f6e5f3e3f..9b8083c06 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -362,10 +362,6 @@ lcov:
@geninfo -o redis.info .
@genhtml --legend -o lcov-html redis.info
-test-sds: sds.c sds.h
- $(REDIS_CC) sds.c zmalloc.c -DSDS_TEST_MAIN $(FINAL_LIBS) -o /tmp/sds_test
- /tmp/sds_test
-
.PHONY: lcov
bench: $(REDIS_BENCHMARK_NAME)