]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: avoid creating useless files in the `amhello' tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 2 Sep 2011 15:46:41 +0000 (17:46 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 2 Sep 2011 15:46:41 +0000 (17:46 +0200)
* tests/amhello-binpkg.test: Define `$am_create_testdir' to
"empty" before sourcing ./defs, to avoid bringing in unused
auxiliary files.
* tests/amhello-cflags.test: Likewise.
* tests/amhello-cross-compile.test: Likewise.

ChangeLog
tests/amhello-binpkg.test
tests/amhello-cflags.test
tests/amhello-cross-compile.test

index 79b36d22567b74d414798c8110ade99fc17c82d0..d2771d91ebc8d150b4637a8c3f9fc984d8905841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-09-02  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: avoid creating useless files in the `amhello' tests
+       * tests/amhello-binpkg.test: Define `$am_create_testdir' to
+       "empty" before sourcing ./defs, to avoid bringing in unused
+       auxiliary files.
+       * tests/amhello-cflags.test: Likewise.
+       * tests/amhello-cross-compile.test: Likewise.
+
 2011-09-02  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        coverage: vala support failing for VPATH from-scratch builds
index bd1e50bf571fbc63935ad26175150d8134274d3e..2d57e88141960f23e0f0516c3f92501513eed7dd 100755 (executable)
@@ -17,6 +17,7 @@
 # Test an example from the manual about the `amhello' package:
 # using DESTDIR to build simple, no-frills binary packages.
 
+am_create_testdir=empty
 . ./defs || Exit 1
 
 cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
index efff153ffaa05c75fb9482789161594f1f710ce7..3ec54b8bb25c98b63aa78256015f510bf4ed678a 100755 (executable)
@@ -18,6 +18,7 @@
 # using VPATH builds to configure the same package with different
 # options.
 
+am_create_testdir=empty
 required=gcc
 . ./defs || Exit 1
 
index bc31243aad3c1da6a473a5205666076a670484b6..a4a21d1fcf1cc20302a1848538a524bbb046a707 100755 (executable)
@@ -17,6 +17,7 @@
 # Test an example from the manual about the `amhello' package:
 # cross-compiling a package from Linux/Unix to MinGW.
 
+am_create_testdir=empty
 required=i586-mingw32msvc-gcc
 . ./defs || Exit 1