1 # Test suite for GNU Bison. -*- Autotest -*-
3 # Copyright (C) 2000-2004, 2006-2007, 2009-2015, 2018-2020 Free Software
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
22 # Resistance to user bugs.
23 m4_include([input.at])
26 m4_include([named-refs.at])
29 m4_include([output.at])
32 m4_include([diagnostics.at])
35 m4_include([skeletons.at])
37 # The part of the engine that computes FOLLOW etc.
41 m4_include([reduce.at])
44 m4_include([report.at])
46 # Conflicts detection and resolution.
47 m4_include([conflicts.at])
49 # Counterexaple generation.
50 m4_include([counterexample.at])
53 m4_include([synclines.at])
55 # Generated headers sanity.
56 m4_include([headers.at])
59 m4_include([actions.at])
61 # Semantic types support.
62 m4_include([types.at])
64 # Interface with the scanner.
65 m4_include([scanner.at])
67 # Fulling testing (compilation and execution of the parser) on calc.
70 # Huge artificial grammars.
71 # Torturing the stack expansion at runtime.
72 m4_include([torture.at])
74 # Big, real world grammars.
75 m4_include([existing.at])
78 m4_include([regression.at])
88 m4_include([javapush.at])
91 # C++ types, simplified
92 m4_include([cxx-type.at])
94 m4_include([glr-regression.at])