summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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)