aboutsummaryrefslogtreecommitdiff
path: root/third_party/ply/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ply/test/README')
-rw-r--r--third_party/ply/test/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/ply/test/README b/third_party/ply/test/README
new file mode 100644
index 00000000..dc74ba3e
--- /dev/null
+++ b/third_party/ply/test/README
@@ -0,0 +1,7 @@
+This directory mostly contains tests for various types of error
+conditions. To run:
+
+ $ python testlex.py .
+ $ python testyacc.py .
+
+The script 'cleanup.sh' cleans up this directory to its original state.