summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-12-29 14:24:51 +0000
committerAkim Demaille <akim@epita.fr>2001-12-29 14:24:51 +0000
commit82c035a8238ea0f6a7cdb8d937ba97534ab620dd (patch)
tree4a074a392d4a6bf530be4245724137ef8727fb2d /tests/Makefile.am
parent8419d367e1c296fa98b42a35820147fe5588b125 (diff)
downloadbison-82c035a8238ea0f6a7cdb8d937ba97534ab620dd.tar.gz
Mid-rule actions are simply... ignored!
* src/reader.c (readgram): Be sure to attach mid-rule actions to the empty-rule associated to the dummy symbol, not to the host rule. * tests/actions.at (Mid-rule actions): New.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1b44a445..c20501cf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,8 @@ MAINTAINERCLEANFILES = Makefile.in $(TESTSUITE)
TESTSUITE_AT = \
testsuite.at \
- output.at sets.at reduce.at calc.at torture.at regression.at \
+ output.at sets.at reduce.at actions.at calc.at \
+ torture.at regression.at \
semantic.at
TESTSUITE = $(srcdir)/testsuite