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.
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.
19 # Even the tests on M4sugar and M4sh use `autoconf', so check it first.
20 m4_include([tools.at])
23 m4_include([m4sugar.at])
28 # Autoconf base macros.
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])