mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
051b6071b7
commit
f375b275c8
@ -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)
|
||||
|
||||
|
3
testsuite/reftests/reftests-hci.test.in
Normal file
3
testsuite/reftests/reftests-hci.test.in
Normal 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
|
Loading…
Reference in New Issue
Block a user