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)		\ | ||||
| 	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 | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen