Blame tests/suite.at

Packit 47b4ca
# Validation suite for Autoconf                           -*- Autotest -*-
Packit 47b4ca
Packit 47b4ca
# Copyright (C) 2000-2001, 2003-2005, 2009-2012 Free Software
Packit 47b4ca
# Foundation, Inc.
Packit 47b4ca
#
Packit 47b4ca
# This program is free software: you can redistribute it and/or modify
Packit 47b4ca
# it under the terms of the GNU General Public License as published by
Packit 47b4ca
# the Free Software Foundation, either version 3 of the License, or
Packit 47b4ca
# (at your option) any later version.
Packit 47b4ca
#
Packit 47b4ca
# This program is distributed in the hope that it will be useful,
Packit 47b4ca
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 47b4ca
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 47b4ca
# GNU General Public License for more details.
Packit 47b4ca
#
Packit 47b4ca
# You should have received a copy of the GNU General Public License
Packit 47b4ca
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
Packit 47b4ca
Packit 47b4ca
# Run the tests from the lowest level to the highest level, and from
Packit 47b4ca
# the most selective to the easiest.
Packit 47b4ca
Packit 47b4ca
# The executables.
Packit 47b4ca
# Even the tests on M4sugar and M4sh use `autoconf', so check it first.
Packit 47b4ca
m4_include([tools.at])
Packit 47b4ca
Packit 47b4ca
# M4sugar.
Packit 47b4ca
m4_include([m4sugar.at])
Packit 47b4ca
Packit 47b4ca
# M4sh.m4.
Packit 47b4ca
m4_include([m4sh.at])
Packit 47b4ca
Packit 47b4ca
# Autotest.
Packit 47b4ca
m4_include([autotest.at])
Packit 47b4ca
Packit 47b4ca
# Autoconf base macros.
Packit 47b4ca
m4_include([base.at])
Packit 47b4ca
Packit 47b4ca
# Testing config.status
Packit 47b4ca
# ---------------------
Packit 47b4ca
# Actually should be named config.status.at but I fear problems with
Packit 47b4ca
# the name.  Does no `checking ...' at all, but exercises only code
Packit 47b4ca
# which following section use too.  Hence, run it first.
Packit 47b4ca
m4_include([torture.at])
Packit 47b4ca
Packit 47b4ca
# Checking AC_PROG_CC, AC_COMPILE_IFELSE etc.
Packit 47b4ca
m4_include([compile.at])
Packit 47b4ca
Packit 47b4ca
# Language support.
Packit 47b4ca
m4_include([aclang.at])
Packit 47b4ca
m4_include([c.at])
Packit 47b4ca
m4_include([acc.at])
Packit 47b4ca
m4_include([fortran.at])
Packit 47b4ca
m4_include([acfortran.at])
Packit 47b4ca
m4_include([erlang.at])
Packit 47b4ca
m4_include([go.at])
Packit 47b4ca
m4_include([acgo.at])
Packit 47b4ca
Packit 47b4ca
# Checking that AC_CHECK_FOO macros work properly.
Packit 47b4ca
m4_include([semantics.at])
Packit 47b4ca
Packit 47b4ca
# Blind testing the macros.
Packit 47b4ca
# Include them as is suggested for a `configure.ac', as looking for
Packit 47b4ca
# for types requires looking for headers etc.
Packit 47b4ca
m4_include([acgeneral.at])
Packit 47b4ca
m4_include([acstatus.at])
Packit 47b4ca
m4_include([acautoheader.at])
Packit 47b4ca
m4_include([acautoupdate.at])
Packit 47b4ca
m4_include([acspecific.at])
Packit 47b4ca
m4_include([acprograms.at])
Packit 47b4ca
m4_include([acheaders.at])
Packit 47b4ca
m4_include([actypes.at])
Packit 47b4ca
m4_include([acfunctions.at])
Packit 47b4ca
m4_include([aclibs.at])
Packit 47b4ca
Packit 47b4ca
# Compatibility with foreign tools.
Packit 47b4ca
m4_include([foreign.at])
Packit 47b4ca
Packit 47b4ca
# Autoscan test
Packit 47b4ca
m4_include([autoscan.at])