summaryrefslogtreecommitdiff
path: root/testsuite/a11y/README
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/a11y/README')
-rw-r--r--testsuite/a11y/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/testsuite/a11y/README b/testsuite/a11y/README
deleted file mode 100644
index 434b0d7d2d..0000000000
--- a/testsuite/a11y/README
+++ /dev/null
@@ -1,18 +0,0 @@
-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.