X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/2e73a3913ac0e08253254477c444aeeb1b815943..c2c6b8f8e7a8d4edfd45f09855444bca51488a9f:/tests/macros.at diff --git a/tests/macros.at b/tests/macros.at index f3ada45..3b851fc 100644 --- a/tests/macros.at +++ b/tests/macros.at @@ -6,22 +6,6 @@ dnl There is NO WARRANTY, to the extent permitted by law. AT_BANNER([Autoconf macros]) -m4_define([TEST_CONFIGURE_AC], [AT_DATA([configure.ac], -[[AC_INIT([test], [0]) -]$1[ -AC_OUTPUT -]]) -cp "$srcdir/install-sh" \ - "$srcdir/config.guess" \ - "$srcdir/config.sub" \ - . -]) - -m4_define([TEST_AUTORECONF], - [AT_CHECK([autoreconf -I "$srcdir/m4"], [0], [], [stderr])]) - -m4_define([TEST_CONFIGURE], [AT_CHECK([./configure $1], [0], [ignore])]) - dnl Verify that the DX_BASEDIR macro expands correctly during argument dnl collection. Crucially, the output must not contain any other text. AT_SETUP([DX_BASEDIR during argument collection])