Add a `--clean' option for autoconf, autoheader, autoreconf and autom4te.
[autoconf/tsuna.git] / tests / suite.at
blob34e807669639f89d42fac75bab601d076cbd6ee4
1 # Validation suite for Autoconf                           -*- Autotest -*-
3 # Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 # Run the tests from the lowest level to the highest level, and from
19 # the most selective to the easiest.
21 # The executables.
22 # Even the tests on M4sugar and M4sh use `autoconf', so check it first.
23 m4_include([tools.at])
25 # M4sugar.
26 m4_include([m4sugar.at])
28 # M4sh.m4.
29 m4_include([m4sh.at])
31 # Autotest.
32 m4_include([autotest.at])
34 # Autoconf base macros.
35 m4_include([base.at])
37 # Testing config.status
38 # ---------------------
39 # Actually should be named config.status.at but I fear problems with
40 # the name.  Does no `checking...' at all, but exercises only code
41 # which following section use too.  Hence, run it first.
42 m4_include([torture.at])
44 # Checking AC_PROG_CC, AC_COMPILE_IFELSE etc.
45 m4_include([compile.at])
47 # Language support.
48 m4_include([aclang.at])
49 m4_include([c.at])
50 m4_include([acc.at])
51 m4_include([fortran.at])
52 m4_include([acfortran.at])
54 # Checking that AC_CHECK_FOO macros work properly.
55 m4_include([semantics.at])
57 # Blind testing the macros.
58 # Include them as is suggested for a `configure.ac', as looking for
59 # for types requires looking for headers etc.
60 m4_include([acgeneral.at])
61 m4_include([acstatus.at])
62 m4_include([acautoheader.at])
63 m4_include([acautoupdate.at])
64 m4_include([acspecific.at])
65 m4_include([acprograms.at])
66 m4_include([acheaders.at])
67 m4_include([actypes.at])
68 m4_include([acfunctions.at])
69 m4_include([aclibs.at])
71 # Compatibility with foreign tools.
72 m4_include([foreign.at])
74 # Autoscan test
75 m4_include([autoscan.at])