X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/185449d25b2f9c93d2928e4745e8aa64d7d9ab9c..b95b3724f522c3d7ab2ede752e2913287b172b8e:/testsuite.at diff --git a/testsuite.at b/testsuite.at index 97c0253..52dbd98 100644 --- a/testsuite.at +++ b/testsuite.at @@ -1,4 +1,4 @@ -AT_COPYRIGHT([Copyright © 2019 Nick Bowler +AT_COPYRIGHT([Copyright © 2019-2020 Nick Bowler License GPLv2+: GNU General Public License version 2 or any later version. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.]) @@ -20,5 +20,14 @@ AT_INIT AT_COLOR_TESTS AT_TESTED([gob2]) +m4_divert_push([PREPARE_TESTS])dnl +:; { + AS_ECHO(["AUTOCONF = ${AUTOCONF=autoconf}"]) + command -v $AUTOCONF + (set -x; $AUTOCONF --version) 2>&1 + echo +} >&AS_MESSAGE_LOG_FD +m4_divert_pop([PREPARE_TESTS]) m4_include([tests/general.at]) +m4_include([tests/interface.at])