blob: 03b167ce24d9e1d44616b02d5cf20971581f84dd (
plain)
1
2
3
4
5
6
7
8
|
This directory mostly contains tests for various types of error
conditions. To run:
$ python testlex.py
$ python testyacc.py
$ python testcpp.py
The script 'cleanup.sh' cleans up this directory to its original state.
|