projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff2e2e3
)
Fix check dependency
author
Julien Cristau
<jcristau@debian.org>
Mon, 31 Aug 2009 15:51:36 +0000
(17:51 +0200)
committer
Julien Danjou
<julien@danjou.info>
Mon, 31 Aug 2009 15:51:36 +0000
(17:51 +0200)
Bugzilla #21992
make -j check fails because the check-local rule gets executed before
the tests actually ran, so CheckLog*.xml doesn't exist.
Signed-off-by: Julien Danjou <julien@danjou.info>
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index
77593f0
..
077681e
100644
(file)
--- a/
tests/Makefile.am
+++ b/
tests/Makefile.am
@@
-15,7
+15,7
@@
check_all_SOURCES = check_all.c check_suites.h check_public.c
all-local::
$(RM) CheckLog*.xml
-check-local:
+check-local:
check-TESTS
$(RM) CheckLog.html
if test x$(HTML_CHECK_RESULT) = xtrue; then \
$(XSLTPROC) $(srcdir)/CheckLog.xsl CheckLog*.xml > CheckLog.html; \