]> Pileus Git - ~andy/gtk/blob - tests/a11y/README
Update test results for recent changes
[~andy/gtk] / tests / a11y / README
1 accessibility-dump is a test runner that can do tests of static
2 accessibility information. Run it like this:
3
4 ./accessibility-dump [OPTIONS] TESTFILE [TESTFILES...]
5
6 where TESTFILE is a GtkBuilder .ui file. accessibility-dump creates
7 a textual dump of the accessibility information for the created
8 widget hierarchy and compares it to a preexisting .txt file.
9
10 To create an initial dump, you can use the --generate option with
11 a single .ui file. You should carefully inspect the output before
12 blessing it as the official .txt to compare against.
13
14 To find out details about a failure, you can use the --verbose
15 option to see differences between expected and actual output.
16
17 When run without any arguments, all the .ui files in the current
18 directory are tested.