From: Tom Tromey Date: Sun, 12 Dec 1999 23:48:40 +0000 (+0000) Subject: * Makefile.am (XFAIL_TESTS): Removed subobj3.test. X-Git-Tag: Release-1-4b~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b5f91ec9e381a49d16b044ffea49aceb97fa76d;p=thirdparty%2Fautomake.git * Makefile.am (XFAIL_TESTS): Removed subobj3.test. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 092c4aebe..2d9f9aa69 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1999-12-12 Tom Tromey + + * Makefile.am (XFAIL_TESTS): Removed subobj3.test. + 1999-12-10 Tom Tromey * install2.test: New file. diff --git a/tests/Makefile.am b/tests/Makefile.am index d4b5d711f..6dee11e18 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnits -XFAIL_TESTS = subobj3.test +XFAIL_TESTS = TESTS = \ acinclude.test \ aclocal.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index bdc632343..4e48a2816 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -69,7 +69,7 @@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnits -XFAIL_TESTS = subobj3.test +XFAIL_TESTS = TESTS = \ acinclude.test \ aclocal.test \ diff --git a/tests/subobj3.test b/tests/subobj3.test index 5fbf4fda5..c180730ce 100755 --- a/tests/subobj3.test +++ b/tests/subobj3.test @@ -19,6 +19,10 @@ bin_PROGRAMS = hello hello_SOURCES = sub/hello.c END +# Remove some files installed by defs. These will be reinstalled by +# automake. +rm -f install-sh missing mkinstalldirs + mkdir sub cat > sub/hello.c << 'END' #include