]> git.draconx.ca Git - gob-dx.git/blobdiff - testsuite.at
Avoid GLib deprecation warnings when building gob.
[gob-dx.git] / testsuite.at
index 97c0253463c51a20370b9b4a8d1d0806711e8ba9..52dbd98cb649a04414ea8261a3f263b08375b4ec 100644 (file)
@@ -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])