summaryrefslogtreecommitdiff
path: root/testsuite/reftests/reftests-dark.test.in
Commit message (Collapse)AuthorAgeFilesLines
* a11y: Consolidate accessibility environment variablesEmmanuele Bassi2020-11-091-1/+1
| | | | | | | | | | | | | Use a single environment variable for everything: - select the ATContext implementation - select the test ATContext - disable ATContext entirely We use the same pattern as GSK_RENDERER, GTK_DEBUG, etc. The documentation needs to be updated to include the environment variable.
* Use test AT context with installed testsEmmanuele Bassi2020-10-121-1/+1
| | | | | Otherwise we're going to need an AT-SPI service on the session, and the accessibility bus.
* reftests: Fix path to installed-tests in .test metadataSimon McVittie2018-09-191-1/+1
| | | | | | | The installed-tests are now namespaced as gtk-4.0 to avoid colliding with GTK+ 3, but these files weren't updated. Signed-off-by: Simon McVittie <smcv@debian.org>
* Use TAP output for installed testsMatthias Clasen2016-01-301-1/+2
|
* Disable deprecation warnings for installed reftestsMatthias Clasen2014-06-281-1/+1
| | | | Otherwise, these fail in continuous.
* Run reftests repeatedlyMatthias Clasen2014-06-021-0/+3
Install test files that run the reftests in the Adwaita:dark and HighConstrast themes. It works, so why not.