mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
update Makefile for test-sds
This commit is contained in:
parent
ed437b82cf
commit
5d03b831d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user