From 5b30bfc06bd69129b1f3d6ffdc7d8a67c4464e61 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 22 Nov 1999 19:17:20 +0000 Subject: [PATCH] * subobj.test: Check for another bug. * Makefile.am (XFAIL_TESTS): Removed sourcesub.test, ltlibobjs.test. --- tests/ChangeLog | 7 +++++++ tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- tests/subobj.test | 3 +++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 2b3677d3..304e1828 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +1999-11-22 Tom Tromey + + * subobj.test: Check for another bug. + + * Makefile.am (XFAIL_TESTS): Removed sourcesub.test, + ltlibobjs.test. + 1999-11-21 Tom Tromey * specflags3.test: Updated test for new dependency diff --git a/tests/Makefile.am b/tests/Makefile.am index eb32a41e..7da55e54 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnits -XFAIL_TESTS = sourcesub.test ltlibobjs.test subobj3.test +XFAIL_TESTS = subobj3.test TESTS = \ acinclude.test \ aclocal.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index fed66d6c..000dccef 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -69,7 +69,7 @@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnits -XFAIL_TESTS = sourcesub.test ltlibobjs.test subobj3.test +XFAIL_TESTS = subobj3.test TESTS = \ acinclude.test \ aclocal.test \ diff --git a/tests/subobj.test b/tests/subobj.test index f08276d3..50dfba7f 100755 --- a/tests/subobj.test +++ b/tests/subobj.test @@ -24,3 +24,6 @@ grep '[^/]a\.o' Makefile.in && exit 1 # Opportunistically test for a different bug. grep '^generic/b.o:.*dirstamp' Makefile.in + +# ... and a third bug. +grep "COMPILE.*generic/a" Makefile.in -- 2.43.5