Files
gtk3/testsuite/a11y
2014-11-23 18:53:06 -05:00
..
2014-08-10 07:08:39 -04:00
2014-10-22 21:17:37 +01:00
2014-11-23 18:53:06 -05:00
2014-08-14 19:39:07 -04:00
2014-10-27 20:03:51 -04:00
2014-04-28 22:55:44 -04:00
2014-04-28 22:55:44 -04:00
2014-04-28 22:55:44 -04:00
2014-05-02 20:53:02 -04:00
2014-10-02 19:06:03 +02:00

accessibility-dump is a test runner that can do tests of static
accessibility information. Run it like this:

./accessibility-dump [OPTIONS] TESTFILE [TESTFILES...]

where TESTFILE is a GtkBuilder .ui file. accessibility-dump creates
a textual dump of the accessibility information for the created
widget hierarchy and compares it to a preexisting .txt file.

To create an initial dump, you can use the --generate option with
a single .ui file. You should carefully inspect the output before
blessing it as the official .txt to compare against.

To find out details about a failure, you can use the --verbose
option to see differences between expected and actual output.

When run without any arguments, all the .ui files in the current
directory are tested.