summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/README b/tests/README
new file mode 100644
index 0000000..03b167c
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,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.