mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:24:24 +01:00
Merge branch 'develop' of pwmt.org:zathura into develop
This commit is contained in:
commit
3d5aa9eaf0
4
.gitignore
vendored
4
.gitignore
vendored
@ -7,3 +7,7 @@
|
||||
zathura
|
||||
zathura-debug
|
||||
zathura.pc
|
||||
*.info
|
||||
*.gcno
|
||||
*.gcda
|
||||
gcov/
|
||||
|
4
Makefile
4
Makefile
@ -88,8 +88,8 @@ doc: clean
|
||||
$(QUIET)doxygen Doxyfile
|
||||
|
||||
gcov: clean
|
||||
$(QUIET)CFLAGS+="-fprofile-arcs -ftest-coverage" LDFLAGS+="-fprofile-arcs" $(MAKE) $(PROJECT)
|
||||
$(QUIET)make -C tests
|
||||
$(QUIET)CFLAGS="${CFLAGS}-fprofile-arcs -ftest-coverage" LDFLAGS="${LDFLAGS} -fprofile-arcs" ${MAKE} $(PROJECT)
|
||||
$(QUIET)${MAKE} -C tests
|
||||
$(QUIET)lcov --directory . --capture --output-file $(PROJECT).info
|
||||
$(QUIET)genhtml --output-directory gcov $(PROJECT).info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user