mirror of
https://github.com/fluencelabs/redis
synced 2025-04-06 09:41:02 +00:00
The lcov target shouldn't clean
This is not needed because every change in compiler/linker flags triggers a cleanup.
This commit is contained in:
parent
631539a5f2
commit
0342dd7647
@ -184,7 +184,7 @@ test: $(REDIS_SERVER_NAME) $(REDIS_CHECK_AOF_NAME)
|
|||||||
@(cd ..; ./runtest)
|
@(cd ..; ./runtest)
|
||||||
|
|
||||||
lcov:
|
lcov:
|
||||||
$(MAKE) clean gcov
|
$(MAKE) gcov
|
||||||
@(set -e; cd ..; ./runtest --clients 1)
|
@(set -e; cd ..; ./runtest --clients 1)
|
||||||
@geninfo -o redis.info .
|
@geninfo -o redis.info .
|
||||||
@genhtml --legend -o lcov-html redis.info
|
@genhtml --legend -o lcov-html redis.info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user