autoconf/tests/suite.at

51 lines
1.4 KiB
Plaintext
Raw Normal View History

#! /bin/sh
# -*- Autoconf -*-
# Validation suite for Autoconf
# Copyright 2000 Free Software Foundation, Inc.
# Still many parts of `autoconf' are not exercised by the test suite. A few
# FIXME's, below, are used to list tests that we would need. Do you feel
# like contributing new tests? If you do, you may tell your intent to
# `autoconf@gnu.org', so no two people work at the same thing.
AT_INIT([autoconf])
cat <<EOF
Some tests might be ignored if you don't have the software which the
macros are supposed to test (e.g., a Fortran compiler).
EOF
# Run the tests from the lowest level to the highest level, and from
# the most selective to the easiest.
# M4sugar.
AT_INCLUDE([m4sugar.at])
# M4sh.m4.
AT_INCLUDE([m4sh.at])
# Autoconf base macros.
AT_INCLUDE([base.at])
# The executables.
AT_INCLUDE([tools.at])
# Testing config.status
# ---------------------
# Actually should be named config.status.at but I fear problems with
# the name. Does no `checking...' at all, but exercises only code
# which following section use too. Hence, run it first.
AT_INCLUDE([torture.at])
# Checking AC_PROG_CC, AC_COMPILE_IFELSE etc.
AT_INCLUDE([compile.at])
# Checking that AC_CHECK_FOO macros work properly.
AT_INCLUDE([semantics.at])
# Checking all the AC_DEFUN'd macros.
AT_INCLUDE([syntax.at])
# Checking that updating an obsolete macro produces a valid configure.in
AT_INCLUDE([update.at])