summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2020-02-22tests: Support Check 0.13.0 APIA. Wilcox
[mattst88]: Keep compatibility with old API via preprocessor Fixes: #43
2013-08-15tests: Add files to .gitignoreDaniel Martin
Add check_all.log, check_all.trs and test-suite.log to tests/.gitignore. Signed-off-by: Daniel Martin <consume.noise@gmail.com>
2013-08-15Make xsltproc optionalDaniel Martin
Fix Bug 23863 - xcb still checks for xsltproc: https://bugs.freedesktop.org/show_bug.cgi?id=23863 xsltproc is used to generate the optional html page for `check` results, only. So, it's not a hard build dependency. Additionally, use yes/no instead of true/false in the HTML_CHECK_RESULT variable for consistent output after a configure run. Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
2013-07-03Update Makefile.am for newer automakeMarc Deslauriers
Debian Bug #710344 Reviewed-by: Daniel Martin <consume.noise@gmail.com>
2009-08-31Fix check dependencyJulien Cristau
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>
2006-11-26Fix unit tests for FreeBSDIan Osgood
putenv() string must contain '=' environment failure test is invalid if argument is NULL
2006-11-25Bug #9119: test xcb_popcountIan Osgood
2006-11-20Add new xcb_parse_display test cases, most related to IPv6 addressesJosh Triplett
2006-10-16Also test xcb_parse_display with NULL argument and display in $DISPLAYJosh Triplett
2006-09-25We no longer need xproto: do not list it as a dependency.Jamey Sharp
2006-09-25Lowercase library names to correspond with the new API.Jamey Sharp
2006-09-23Convert the XCB test suite to the new APIJosh Triplett
2006-03-08Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵Jamey Sharp
redundancies.
2006-02-23Ignore test byproducts.Jamey Sharp
2006-02-18Add missing entries to .gitignore files.Eric Anholt
2006-02-18Move .cvsignore to .gitignore.Eric Anholt
2006-02-18Remove xcl and CVSROOT.Josh Triplett