mirror of
https://github.com/fluencelabs/redis
synced 2025-04-03 00:01:04 +00:00
update Makefile for test-sds
This commit is contained in:
parent
ea31a4eae3
commit
10db81af71
@ -254,7 +254,7 @@ lcov:
|
|||||||
@genhtml --legend -o lcov-html redis.info
|
@genhtml --legend -o lcov-html redis.info
|
||||||
|
|
||||||
test-sds: sds.c sds.h
|
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
|
/tmp/sds_test
|
||||||
|
|
||||||
.PHONY: lcov
|
.PHONY: lcov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user