summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-30 10:10:39 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-30 10:10:39 -0500
commitf375b275c8c77839446748b4fe9e1e52dbb241e7 (patch)
tree19968f80550c93a2ca1e6a6de7d6b139ebb44172 /testsuite
parent051b6071b7d4054ed9d072bb84a296d0b943fa83 (diff)
downloadgtk+-f375b275c8c77839446748b4fe9e1e52dbb241e7.tar.gz
Run reftests with HighContrastInverse too
For installed tests, we run the reftests with all the builtin themes (minus platform-specific ones). Add HighContrastInverse to that list.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/reftests/Makefile.am5
-rw-r--r--testsuite/reftests/reftests-hci.test.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am
index d98e67aaab..7b78008365 100644
--- a/testsuite/reftests/Makefile.am
+++ b/testsuite/reftests/Makefile.am
@@ -453,6 +453,7 @@ EXTRA_DIST += \
$(testdata) \
reftests-dark.test.in \
reftests-hc.test.in \
+ reftests-hci.test.in \
reftests.test.in \
$(NULL)
@@ -478,7 +479,9 @@ substitutions = \
built_tests = \
reftests.test \
reftests-dark.test \
- reftests-hc.test
+ reftests-hc.test \
+ reftests-hci.test \
+ $(NULL)
DISTCLEANFILES = $(built_tests)
diff --git a/testsuite/reftests/reftests-hci.test.in b/testsuite/reftests/reftests-hci.test.in
new file mode 100644
index 0000000000..a6466c8b1d
--- /dev/null
+++ b/testsuite/reftests/reftests-hci.test.in
@@ -0,0 +1,3 @@
+[Test]
+Exec=/bin/sh -c "env GTK_THEME=HighContrastInverse G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/gtk-reftest -k --verbose --output $(pwd) --directory @libexecdir@/installed-tests/gtk+/reftests"
+Type=session-exclusive