Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / gnu / dist / autoconf / tests / suite.at
blob495c9139845ee70757985f1579297f1dccdc6615
1 # Validation suite for Autoconf                           -*- Autoconf -*-
2 # Copyright 2000 Free Software Foundation, Inc.
4 # Still many parts of `autoconf' are not exercised by the test suite.  A few
5 # FIXME's, below, are used to list tests that we would need.  Do you feel
6 # like contributing new tests?  If you do, you may tell your intent to
7 # `autoconf@gnu.org', so no two people work at the same thing.
9 AT_INIT([autoconf])
11 AT_BANNER(
12 [Some tests might be skipped if you don't have the software which the
13 macros check (e.g., a Fortran compiler).])
15 # Run the tests from the lowest level to the highest level, and from
16 # the most selective to the easiest.
18 # The executables.
19 # Even the tests on M4sugar and M4sh use `autoconf', so check it first.
20 m4_include([tools.at])
22 # M4sugar.
23 m4_include([m4sugar.at])
25 # M4sh.m4.
26 m4_include([m4sh.at])
28 # Autoconf base macros.
29 m4_include([base.at])
31 # Testing config.status
32 # ---------------------
33 # Actually should be named config.status.at but I fear problems with
34 # the name.  Does no `checking...' at all, but exercises only code
35 # which following section use too.  Hence, run it first.
36 m4_include([torture.at])
38 # Checking AC_PROG_CC, AC_COMPILE_IFELSE etc.
39 m4_include([compile.at])
41 # Checking that AC_CHECK_FOO macros work properly.
42 m4_include([semantics.at])
44 # Blind testing the macros.
45 # Include them as is suggested for a `configure.ac', as looking for
46 # for types requires looking for headers etc.
47 m4_include([acgeneral.at])
48 m4_include([acspecific.at])
49 m4_include([aclang.at])
50 m4_include([acheaders.at])
51 m4_include([actypes.at])
52 m4_include([acfunctions.at])
54 # Compatibility with foreign tools.
55 m4_include([foreign.at])