git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1819 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
12 lines
293 B
Plaintext
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.
|