gnulib: update
[bison.git] / tests / testsuite.at
blob56c54c18b42d358d8575ac2db70c96adfdb74c88
1 # Test suite for GNU Bison.                             -*- Autotest -*-
3 # Copyright (C) 2000-2004, 2006-2007, 2009-2015, 2018-2021 Free Software
4 # Foundation, Inc.
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 <https://www.gnu.org/licenses/>.
19 # Basic M4 macros.
20 m4_include([m4.at])
22 # Resistance to user bugs.
23 m4_include([input.at])
25 # Named references.
26 m4_include([named-refs.at])
28 # Output file names.
29 m4_include([output.at])
31 # Bison diagnostics.
32 m4_include([diagnostics.at])
34 # Skeleton support.
35 m4_include([skeletons.at])
37 # The part of the engine that computes FOLLOW etc.
38 m4_include([sets.at])
40 # Grammar reduction.
41 m4_include([reduce.at])
43 # Generated reports.
44 m4_include([report.at])
46 # Conflicts detection and resolution.
47 m4_include([conflicts.at])
49 # Counterexaple generation.
50 m4_include([counterexample.at])
52 # Support for #lines.
53 m4_include([synclines.at])
55 # Generated headers sanity.
56 m4_include([headers.at])
58 # User actions.
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.
68 m4_include([calc.at])
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])
77 # Some old bugs.
78 m4_include([regression.at])
80 # Push parser.
81 m4_include([push.at])
83 # Parsers in C++.
84 m4_include([c++.at])
86 # Parsers in Java.
87 m4_include([java.at])
88 m4_include([javapush.at])
90 # Parsers in D
91 m4_include([d.at])
93 # GLR.
94 # C++ types, simplified
95 m4_include([cxx-type.at])
96 # Regression tests
97 m4_include([glr-regression.at])