* 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 | 9 +++++++++ tests/amhello-binpkg.test | 1 + tests/amhello-cflags.test | 1 + tests/amhello-cross-compile.test | 1 + 4 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 79b36d2..d2771d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2011-09-02 Stefano Lattarini <stefano.lattar...@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.lattar...@gmail.com> + coverage: vala support failing for VPATH from-scratch builds * tests/vala-vpath.test: New test, xfailing. * tests/Makefile.am (TESTS): Update. diff --git a/tests/amhello-binpkg.test b/tests/amhello-binpkg.test index bd1e50b..2d57e88 100755 --- a/tests/amhello-binpkg.test +++ b/tests/amhello-binpkg.test @@ -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 . \ diff --git a/tests/amhello-cflags.test b/tests/amhello-cflags.test index efff153..3ec54b8 100755 --- a/tests/amhello-cflags.test +++ b/tests/amhello-cflags.test @@ -18,6 +18,7 @@ # using VPATH builds to configure the same package with different # options. +am_create_testdir=empty required=gcc . ./defs || Exit 1 diff --git a/tests/amhello-cross-compile.test b/tests/amhello-cross-compile.test index bc31243..a4a21d1 100755 --- a/tests/amhello-cross-compile.test +++ b/tests/amhello-cross-compile.test @@ -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 -- 1.7.2.3