]> git.draconx.ca Git - gob-dx.git/blobdiff - testsuite.at
Add a test case which runs the GOB2_CHECK macro.
[gob-dx.git] / testsuite.at
index 97c0253463c51a20370b9b4a8d1d0806711e8ba9..fccacb4a823c32e2816d3ec28fc620da55039163 100644 (file)
@@ -20,5 +20,13 @@ 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])