mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +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)
|
||||
|
||||
lcov:
|
||||
$(MAKE) clean gcov
|
||||
$(MAKE) gcov
|
||||
@(set -e; cd ..; ./runtest --clients 1)
|
||||
@geninfo -o redis.info .
|
||||
@genhtml --legend -o lcov-html redis.info
|
||||
|
Loading…
x
Reference in New Issue
Block a user