Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
3d5aa9ea
Commit
3d5aa9ea
authored
Feb 09, 2012
by
Moritz Lipp
Browse files
Merge branch 'develop' of pwmt.org:zathura into develop
parents
1ff8f6eb
0deb888f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
3d5aa9ea
...
...
@@ -7,3 +7,7 @@
zathura
zathura-debug
zathura.pc
*.info
*.gcno
*.gcda
gcov/
Makefile
View file @
3d5aa9ea
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment