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 79b36d2..d2771d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 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
        * tests/vala-vpath.test: New test, xfailing.
        * tests/Makefile.am (TESTS): Update.
index bd1e50b..2d57e88 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 efff153..3ec54b8 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 bc31243..a4a21d1 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