From eff1f780568b044432dafcbef479c8e3c1eac7f2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 12 Dec 1999 23:48:40 +0000 Subject: [PATCH] * Makefile.am (XFAIL_TESTS): Removed subobj3.test. --- tests/ChangeLog | 4 ++++ tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- tests/subobj3.test | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 092c4aeb..2d9f9aa6 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 d4b5d711..6dee11e1 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 bdc63234..4e48a281 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 5fbf4fda..c180730c 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 -- 2.43.5