tests: check that parse-gram.y's IELR and LALR are identical.

* tests/atlocal.in (abs_top_srcdir): New shell variable.
* tests/regression.at (parse-gram.y: LALR = IELR): New test
group.
(cherry picked from commit 43aabb70a9)
This commit is contained in:
Joel E. Denny
2009-09-26 14:49:20 -04:00
parent 232be91a83
commit 873ac263c8
3 changed files with 29 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2009-09-26 Joel E. Denny <jdenny@clemson.edu>
tests: check that parse-gram.y's IELR and LALR are identical.
* tests/atlocal.in (abs_top_srcdir): New shell variable.
* tests/regression.at (parse-gram.y: LALR = IELR): New test
group.
2009-09-16 Akim Demaille <demaille@gostai.com>
doc: comment changes.