diff options
Diffstat (limited to 'ext/ply/test/README')
-rw-r--r-- | ext/ply/test/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/ply/test/README b/ext/ply/test/README new file mode 100644 index 000000000..bca748497 --- /dev/null +++ b/ext/ply/test/README @@ -0,0 +1,9 @@ +This directory mostly contains tests for various types of error +conditions. To run: + + $ python testlex.py . + $ python testyacc.py . + +(make sure lex.py and yacc.py exist in this directory before +running the tests). + |