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:
@ -453,6 +453,7 @@ EXTRA_DIST += \
|
|||||||
$(testdata) \
|
$(testdata) \
|
||||||
reftests-dark.test.in \
|
reftests-dark.test.in \
|
||||||
reftests-hc.test.in \
|
reftests-hc.test.in \
|
||||||
|
reftests-hci.test.in \
|
||||||
reftests.test.in \
|
reftests.test.in \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
@ -478,7 +479,9 @@ substitutions = \
|
|||||||
built_tests = \
|
built_tests = \
|
||||||
reftests.test \
|
reftests.test \
|
||||||
reftests-dark.test \
|
reftests-dark.test \
|
||||||
reftests-hc.test
|
reftests-hc.test \
|
||||||
|
reftests-hci.test \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
DISTCLEANFILES = $(built_tests)
|
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
|
||||||
Reference in New Issue
Block a user