[gtk+] Run reftests with HighContrastInverse too



commit f375b275c8c77839446748b4fe9e1e52dbb241e7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jan 30 10:10:39 2016 -0500

    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.

 testsuite/reftests/Makefile.am          |    5 ++++-
 testsuite/reftests/reftests-hci.test.in |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/testsuite/reftests/Makefile.am b/testsuite/reftests/Makefile.am
index d98e67a..7b78008 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 0000000..a6466c8
--- /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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]