]> sourceware.org Git - automake.git/commitdiff
* subobj.test: Check for another bug.
authorTom Tromey <tromey@redhat.com>
Mon, 22 Nov 1999 19:17:20 +0000 (19:17 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 22 Nov 1999 19:17:20 +0000 (19:17 +0000)
* Makefile.am (XFAIL_TESTS): Removed sourcesub.test,
ltlibobjs.test.

tests/ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/subobj.test

index 2b3677d3a08bbf0e41fe1bdc1092bda5e0d36df7..304e1828e773a10586ad57c532865697aa0ced9b 100644 (file)
@@ -1,3 +1,10 @@
+1999-11-22  Tom Tromey  <tromey@cygnus.com>
+
+       * subobj.test: Check for another bug.
+
+       * Makefile.am (XFAIL_TESTS): Removed sourcesub.test,
+       ltlibobjs.test.
+
 1999-11-21  Tom Tromey  <tromey@cygnus.com>
 
        * specflags3.test: Updated test for new dependency
index eb32a41ed260620784d0d933278300385aa2c01e..7da55e5426bd275362880781a64128dd7e0487ef 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnits
 
-XFAIL_TESTS = sourcesub.test ltlibobjs.test subobj3.test
+XFAIL_TESTS = subobj3.test
 TESTS =        \
 acinclude.test \
 aclocal.test \
index fed66d6c254691d8d44b8885a2c07aafe32526b1..000dccefdf1c66d14719b328d13604247196dd89 100644 (file)
@@ -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 \
index f08276d3eb6d4c0ef8363c8a633c00d7a3c8a779..50dfba7f390d95af924edf156edb852ad43a47b5 100755 (executable)
@@ -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
This page took 0.036242 seconds and 5 git commands to generate.