mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
test-sds target in Makefile to run sds.c tests.
This commit is contained in:
parent
9bb4ef871e
commit
0195afae39
@ -221,6 +221,10 @@ 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 -o /tmp/sds_test
|
||||
/tmp/sds_test
|
||||
|
||||
.PHONY: lcov
|
||||
|
||||
bench: $(REDIS_BENCHMARK_NAME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user