Files
fail/simulators/gem5/ext/ply/test/README
2012-10-24 19:18:57 +00:00

12 lines
293 B
Plaintext

This directory mostly contains tests for various types of error
conditions. To run:
$ python testlex.py .
$ python testyacc.py .
The tests can also be run using the Python unittest module.
$ python rununit.py
The script 'cleanup.sh' cleans up this directory to its original state.