]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
testsuite: fix some redundant autotools calls in tests on TAP
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Aug 2011 08:14:22 +0000 (10:14 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Aug 2011 08:14:22 +0000 (10:14 +0200)
* tests/tap-deps.test: Do not call autotools and configure; there
is no need to, since this script sources `tap-setup.sh'.
* tests/tap-empty-diagnostic.test: Likewise.
* tests/tap-escape-directive.test: Likewise.
* tests/tap-fancy2.test: Likewise.
* tests/tap-no-spurious.test: Likewise.
* tests/tap-out-of-order.test: Likewise.

ChangeLog
tests/tap-deps.test
tests/tap-empty-diagnostic.test
tests/tap-escape-directive.test
tests/tap-fancy2.test
tests/tap-no-spurious.test
tests/tap-out-of-order.test

index bbcedb670b372add8e4d8b4d3bb10c1637737835..f86d1cdfc9af06b900d332feeecfb4326e180b14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-08-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       testsuite: fix some redundant autotools calls in tests on TAP
+       * tests/tap-deps.test: Do not call autotools and configure; there
+       is no need to, since this script sources `tap-setup.sh'.
+       * tests/tap-empty-diagnostic.test: Likewise.
+       * tests/tap-escape-directive.test: Likewise.
+       * tests/tap-fancy2.test: Likewise.
+       * tests/tap-no-spurious.test: Likewise.
+       * tests/tap-out-of-order.test: Likewise.
+
 2011-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        * THANKS (Daniel Richard G.): Update e-mail address.
index b86d2356d7371b524f29c48403bb0c1d05ec4cc7..2f9459d183180fbde575859cd10fa09d78ee3320 100755 (executable)
@@ -61,12 +61,6 @@ END
 
 chmod a+x *.test
 
-$ACLOCAL
-$AUTOCONF
-$AUTOMAKE
-
-./configure
-
 $MAKE check >stdout || { cat stdout; Exit 1; }
 cat stdout
 
index 2dcc880e73674bb5ffc26880f90ed29ecb805cd4..6bcb8ce02c87f29b27372905d6e204ab213b6341 100755 (executable)
@@ -31,12 +31,6 @@ ok 1$
 #   ${tab} $tab${tab}$
 END
 
-$ACLOCAL
-$AUTOCONF
-$AUTOMAKE
-
-./configure
-
 $MAKE check >stdout || { cat stdout; Exit 1; }
 cat stdout
 
index 2f8cb73499c53f8c4e545f3eba8366e292b5b32b..dc031971abf143a06d0891abfb2b365b9a1efab4 100755 (executable)
@@ -28,12 +28,6 @@ ok \# TODO
 ok \# SKIP
 END
 
-$ACLOCAL
-$AUTOCONF
-$AUTOMAKE
-
-./configure
-
 $MAKE check >stdout || { cat stdout; Exit 1; }
 cat stdout
 
index ddd64eabc06cbe7604603fc36d3c4ae56a0113fd..36e0f2907d720738015c04457cfe85d923c102b2 100755 (executable)
@@ -126,12 +126,6 @@ total=`expr $total + 3`
 # And add the test plan!
 echo 1..$total >> all.test
 
-$ACLOCAL
-$AUTOCONF
-$AUTOMAKE
-
-./configure
-
 $MAKE check >stdout && { cat stdout; Exit 1; }
 cat stdout
 
index 91b115fec8422bb2bee1aa009530809e6d956b98..11e2d1a798cf23d7a783acf792180df4bd25a6c7 100755 (executable)
@@ -88,12 +88,6 @@ Bail out
 # Bail out!
 END
 
-$ACLOCAL
-$AUTOCONF
-$AUTOMAKE
-
-./configure
-
 $MAKE check >stdout || { cat stdout; Exit 1; }
 cat stdout
 
index f8f69c79f907e1e63d14b3dee485b64d8e72b1ff..9bf4685aa9aa3277bcdce7518783a546d837013f 100755 (executable)
@@ -58,13 +58,6 @@ ok 16
 ok 17
 END
 
-$ACLOCAL
-$AUTOCONF
-$AUTOMAKE
-
-./configure
-
-
 TESTS='a.test b.test c.test d.test' $MAKE -e check >stdout \
   && { cat stdout; Exit 1; }
 cat stdout