2004-10-16 22:43:48 +08:00
|
|
|
# Process with autom4te to create an -*- Autotest -*- test suite.
|
|
|
|
|
|
|
|
# Test suite for GNU Libtool.
|
2005-04-05 01:16:48 +08:00
|
|
|
# Copyright 2004, 2005 Free Software Foundation, Inc.
|
2004-10-16 22:43:48 +08:00
|
|
|
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
# any later version.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
2005-04-22 18:10:31 +08:00
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
|
|
# 02110-1301, USA.
|
2004-10-16 22:43:48 +08:00
|
|
|
|
2004-11-29 21:50:54 +08:00
|
|
|
m4_divert_push([PREPARE_TESTS])dnl
|
|
|
|
: ${LIBTOOLIZE="${abs_top_builddir}/libtoolize"}
|
* tests/convenience.at: New. Test convenience archives.
* Makefile.am, tests/testsuite.at: Adjust.
* tests/testsuite.at: Reorder tests. Suspend AT_TESTED.
(PREPARE_TESTS): Define EGREP, host, build, LIBTOOL.
(LT_AT_BOOTSTRAP): Fail if autoreconf fails.
(LT_AT_EXEC_CHECK): New macro for execution of $build binaries.
(LT_AT_TAG): New macro to test tag availability or skip test.
* tests/am-subdir.at, tests/duplicate_members.at, tests/inherited_flags.at,
tests/link-order.at, tests/stresstest.at, tests/template.at:
Adjust. Use LT_AT_TAG, LT_AT_EXEC_CHECK, AT_KEYWORDS.
Use compiler/linker flags consistently.
* tests/link-order.at: Fix use of AT_DATA, bogus redirection
inside AT_CHECK.
* tests/stresstest.at: Do not use wildcards/regex in symbol files,
they are not portable. Use -no-undefined on win32. Fix to ignore
compile/link warnings.
2005-04-28 02:18:10 +08:00
|
|
|
: ${LIBTOOL="${abs_top_builddir}/libtool"}
|
|
|
|
export LIBTOOLIZE LIBTOOL
|
|
|
|
eval `$LIBTOOL --config | grep ^EGREP=`
|
|
|
|
eval `$LIBTOOL --config | $EGREP '(host|build)='`
|
2004-11-29 21:50:54 +08:00
|
|
|
m4_divert_pop([PREPARE_TESTS])dnl
|
|
|
|
|
2005-01-03 22:06:12 +08:00
|
|
|
# LT_AT_LIBTOOLIZE([ARGS])
|
|
|
|
# ------------------------
|
|
|
|
m4_define([LT_AT_LIBTOOLIZE],
|
2005-04-30 17:30:14 +08:00
|
|
|
[_lt_pkgdatadir="$abs_top_srcdir" "$LIBTOOLIZE" $1
|
2004-11-29 21:50:54 +08:00
|
|
|
])
|
|
|
|
|
|
|
|
|
2005-01-03 22:06:12 +08:00
|
|
|
# LT_AT_CHECK_LIBTOOLIZE(ARGS, [EXIT-STATUS = 0], [STDOUT = `'], [STDERR = `'])
|
|
|
|
# -----------------------------------------------------------------------------
|
|
|
|
m4_define([LT_AT_CHECK_LIBTOOLIZE],
|
|
|
|
[AT_CHECK([LT_AT_LIBTOOLIZE([$1])],
|
2004-11-29 21:50:54 +08:00
|
|
|
[$2], [$3], [$4])
|
|
|
|
])
|
|
|
|
|
|
|
|
|
2005-01-03 22:06:12 +08:00
|
|
|
# LT_AT_BOOTSTRAP
|
|
|
|
# ---------------
|
|
|
|
m4_define([LT_AT_BOOTSTRAP],
|
2004-11-29 21:50:54 +08:00
|
|
|
[
|
2005-01-03 22:06:12 +08:00
|
|
|
test -f ./ltmain.sh || LT_AT_LIBTOOLIZE([--copy])
|
2005-04-30 17:30:14 +08:00
|
|
|
test -f ./configure || _lt_pkgdatadir="$abs_top_srcdir" autoreconf --force --verbose --install || exit 1
|
2004-10-16 22:43:48 +08:00
|
|
|
test -f ./configure || exit 1
|
|
|
|
./configure
|
2004-11-29 21:50:54 +08:00
|
|
|
])
|
2004-10-16 22:43:48 +08:00
|
|
|
|
* tests/convenience.at: New. Test convenience archives.
* Makefile.am, tests/testsuite.at: Adjust.
* tests/testsuite.at: Reorder tests. Suspend AT_TESTED.
(PREPARE_TESTS): Define EGREP, host, build, LIBTOOL.
(LT_AT_BOOTSTRAP): Fail if autoreconf fails.
(LT_AT_EXEC_CHECK): New macro for execution of $build binaries.
(LT_AT_TAG): New macro to test tag availability or skip test.
* tests/am-subdir.at, tests/duplicate_members.at, tests/inherited_flags.at,
tests/link-order.at, tests/stresstest.at, tests/template.at:
Adjust. Use LT_AT_TAG, LT_AT_EXEC_CHECK, AT_KEYWORDS.
Use compiler/linker flags consistently.
* tests/link-order.at: Fix use of AT_DATA, bogus redirection
inside AT_CHECK.
* tests/stresstest.at: Do not use wildcards/regex in symbol files,
they are not portable. Use -no-undefined on win32. Fix to ignore
compile/link warnings.
2005-04-28 02:18:10 +08:00
|
|
|
|
|
|
|
# LT_AT_EXEC_CHECK(EXECUTABLE, [STATUS = 0], [STDOUT], [STDERR])
|
|
|
|
# --------------------------------------------------------------
|
|
|
|
m4_define([LT_AT_EXEC_CHECK],
|
|
|
|
[AT_CHECK([if $1; then :;
|
|
|
|
elif test "X$host" != "X$build" && \
|
|
|
|
{ test -x "$1" || test -x "$1"$EXEEXT; }
|
|
|
|
then (exit 77); fi],[$2],[$3],[$4])
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
|
|
# LT_AT_TAG(TAG)
|
|
|
|
# --------------
|
|
|
|
m4_define([LT_AT_TAG],
|
|
|
|
[AT_KEYWORDS([$1])
|
|
|
|
eval `$LIBTOOL --tag=$1 --config | sed -n '/^CC=/ { s/CC/$1/; p;}'`
|
|
|
|
AT_CHECK([test -n "[$]$1" || (exit 77)])
|
|
|
|
])
|
|
|
|
|
|
|
|
|
2004-10-16 22:43:48 +08:00
|
|
|
# We use `dnl' in zillions of places...
|
|
|
|
m4_pattern_allow([^dnl$])
|
|
|
|
|
2004-11-29 21:50:54 +08:00
|
|
|
# We exercise these tools.
|
* tests/convenience.at: New. Test convenience archives.
* Makefile.am, tests/testsuite.at: Adjust.
* tests/testsuite.at: Reorder tests. Suspend AT_TESTED.
(PREPARE_TESTS): Define EGREP, host, build, LIBTOOL.
(LT_AT_BOOTSTRAP): Fail if autoreconf fails.
(LT_AT_EXEC_CHECK): New macro for execution of $build binaries.
(LT_AT_TAG): New macro to test tag availability or skip test.
* tests/am-subdir.at, tests/duplicate_members.at, tests/inherited_flags.at,
tests/link-order.at, tests/stresstest.at, tests/template.at:
Adjust. Use LT_AT_TAG, LT_AT_EXEC_CHECK, AT_KEYWORDS.
Use compiler/linker flags consistently.
* tests/link-order.at: Fix use of AT_DATA, bogus redirection
inside AT_CHECK.
* tests/stresstest.at: Do not use wildcards/regex in symbol files,
they are not portable. Use -no-undefined on win32. Fix to ignore
compile/link warnings.
2005-04-28 02:18:10 +08:00
|
|
|
dnl AT_TESTED([grep autoreconf autom4te automake])
|
2004-10-16 22:43:48 +08:00
|
|
|
|
|
|
|
## ----------- ##
|
|
|
|
## The suite. ##
|
|
|
|
## ----------- ##
|
|
|
|
|
|
|
|
AT_INIT
|
|
|
|
|
* tests/convenience.at: New. Test convenience archives.
* Makefile.am, tests/testsuite.at: Adjust.
* tests/testsuite.at: Reorder tests. Suspend AT_TESTED.
(PREPARE_TESTS): Define EGREP, host, build, LIBTOOL.
(LT_AT_BOOTSTRAP): Fail if autoreconf fails.
(LT_AT_EXEC_CHECK): New macro for execution of $build binaries.
(LT_AT_TAG): New macro to test tag availability or skip test.
* tests/am-subdir.at, tests/duplicate_members.at, tests/inherited_flags.at,
tests/link-order.at, tests/stresstest.at, tests/template.at:
Adjust. Use LT_AT_TAG, LT_AT_EXEC_CHECK, AT_KEYWORDS.
Use compiler/linker flags consistently.
* tests/link-order.at: Fix use of AT_DATA, bogus redirection
inside AT_CHECK.
* tests/stresstest.at: Do not use wildcards/regex in symbol files,
they are not portable. Use -no-undefined on win32. Fix to ignore
compile/link warnings.
2005-04-28 02:18:10 +08:00
|
|
|
# libtoolize tests
|
|
|
|
m4_include([libtoolize.at])
|
2005-01-10 23:44:13 +08:00
|
|
|
# Testing func_extract_archives
|
2005-04-17 22:30:34 +08:00
|
|
|
m4_include([duplicate_members.at])
|
2005-01-10 23:44:13 +08:00
|
|
|
# Test that inherited_linker_flags in the .la actually gets used.
|
|
|
|
m4_include([inherited_flags.at])
|
* tests/convenience.at: New. Test convenience archives.
* Makefile.am, tests/testsuite.at: Adjust.
* tests/testsuite.at: Reorder tests. Suspend AT_TESTED.
(PREPARE_TESTS): Define EGREP, host, build, LIBTOOL.
(LT_AT_BOOTSTRAP): Fail if autoreconf fails.
(LT_AT_EXEC_CHECK): New macro for execution of $build binaries.
(LT_AT_TAG): New macro to test tag availability or skip test.
* tests/am-subdir.at, tests/duplicate_members.at, tests/inherited_flags.at,
tests/link-order.at, tests/stresstest.at, tests/template.at:
Adjust. Use LT_AT_TAG, LT_AT_EXEC_CHECK, AT_KEYWORDS.
Use compiler/linker flags consistently.
* tests/link-order.at: Fix use of AT_DATA, bogus redirection
inside AT_CHECK.
* tests/stresstest.at: Do not use wildcards/regex in symbol files,
they are not portable. Use -no-undefined on win32. Fix to ignore
compile/link warnings.
2005-04-28 02:18:10 +08:00
|
|
|
# convenience archives test
|
|
|
|
m4_include([convenience.at])
|
2005-04-14 19:59:10 +08:00
|
|
|
# link order test
|
|
|
|
m4_include([link-order.at])
|
* tests/convenience.at: New. Test convenience archives.
* Makefile.am, tests/testsuite.at: Adjust.
* tests/testsuite.at: Reorder tests. Suspend AT_TESTED.
(PREPARE_TESTS): Define EGREP, host, build, LIBTOOL.
(LT_AT_BOOTSTRAP): Fail if autoreconf fails.
(LT_AT_EXEC_CHECK): New macro for execution of $build binaries.
(LT_AT_TAG): New macro to test tag availability or skip test.
* tests/am-subdir.at, tests/duplicate_members.at, tests/inherited_flags.at,
tests/link-order.at, tests/stresstest.at, tests/template.at:
Adjust. Use LT_AT_TAG, LT_AT_EXEC_CHECK, AT_KEYWORDS.
Use compiler/linker flags consistently.
* tests/link-order.at: Fix use of AT_DATA, bogus redirection
inside AT_CHECK.
* tests/stresstest.at: Do not use wildcards/regex in symbol files,
they are not portable. Use -no-undefined on win32. Fix to ignore
compile/link warnings.
2005-04-28 02:18:10 +08:00
|
|
|
# Torturing subdir-objects builds
|
|
|
|
m4_include([am-subdir.at])
|
|
|
|
# C++ templates tests
|
|
|
|
m4_include([template.at])
|
|
|
|
# stress test
|
|
|
|
m4_include([stresstest.at])
|