aboutsummaryrefslogtreecommitdiff
path: root/third_party/ply/test/README
blob: dc74ba3e66ab023edbf8b5f40b0f1c4dcb54e8f0 (plain)
1
2
3
4
5
6
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.