aboutsummaryrefslogtreecommitdiff
path: root/libxcb/tests
diff options
context:
space:
mode:
Diffstat (limited to 'libxcb/tests')
-rw-r--r--libxcb/tests/.gitignore3
-rw-r--r--libxcb/tests/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/libxcb/tests/.gitignore b/libxcb/tests/.gitignore
index 9d27cc57b..7d19f3b7b 100644
--- a/libxcb/tests/.gitignore
+++ b/libxcb/tests/.gitignore
@@ -1,3 +1,6 @@
CheckLog.html
CheckLog_xcb.xml
check_all
+check_all.log
+check_all.trs
+test-suite.log
diff --git a/libxcb/tests/Makefile.am b/libxcb/tests/Makefile.am
index 20bdc7217..ceef722c2 100644
--- a/libxcb/tests/Makefile.am
+++ b/libxcb/tests/Makefile.am
@@ -14,7 +14,7 @@ check_all_SOURCES = check_all.c check_suites.h check_public.c
check-local: check-TESTS
$(RM) CheckLog.html
- if test x$(HTML_CHECK_RESULT) = xtrue; then \
+ if test x$(HTML_CHECK_RESULT) = xyes; then \
$(XSLTPROC) $(srcdir)/CheckLog.xsl CheckLog*.xml > CheckLog.html; \
else \
touch CheckLog.html; \