summaryrefslogtreecommitdiff
path: root/test/tokentest/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/tokentest/README')
-rw-r--r--test/tokentest/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/tokentest/README b/test/tokentest/README
deleted file mode 100644
index c98dbe4a..00000000
--- a/test/tokentest/README
+++ /dev/null
@@ -1,19 +0,0 @@
-Tokeniser test
-==============
-This directory contains a set of tools for checking the behaviour
-of the tokeniser for Metacity theme files.
-
-tokentest.ini contains a list of all expressions retrieved from
-all theme files on art.gnome.org, and mappings to what the tokenising
-should be, in a separate representation. get-tokens.py produces the
-template version of this; it will produce a file with no expected
-values.
-
-tokentest.c will either check that a tokeniser behaves according to
-tokentest.ini, or, if it finds a file, is empty it will print the
-values that the tokeniser it's using is producing.
-
-The makefile is a hacky attempt at letting you compile either against
-Metacity's existing tokeniser or one which uses GLib's "scanner".
-
-This code may or may not eventually end up in the automated test suite. \ No newline at end of file