diff options
author | marha <marha@users.sourceforge.net> | 2009-12-05 17:40:56 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-12-05 17:40:56 +0000 |
commit | 5c9827c199e9ecbee2602fd61fa678484c57aad1 (patch) | |
tree | f1567ef1eb76b93dec4eda2d7a67a89ea4322231 /libxcb/tests/Makefile.am | |
parent | 263c230ab177de2e870649a955ed1c9425f64f13 (diff) | |
parent | 3e1ba549192a68801232c28a9c12defb59531654 (diff) | |
download | vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.tar.gz vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.tar.bz2 vcxsrv-5c9827c199e9ecbee2602fd61fa678484c57aad1.zip |
svn merge ^/branches/released
Diffstat (limited to 'libxcb/tests/Makefile.am')
-rw-r--r-- | libxcb/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxcb/tests/Makefile.am b/libxcb/tests/Makefile.am index 77593f0b7..077681e51 100644 --- a/libxcb/tests/Makefile.am +++ b/libxcb/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; \ |