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.
This commit is contained in:
Matthias Clasen
2016-01-30 10:10:39 -05:00
parent 051b6071b7
commit f375b275c8
2 changed files with 7 additions and 1 deletions

View File

@ -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