]> sourceware.org Git - automake.git/commitdiff
* Makefile.am (XFAIL_TESTS): Removed subobj3.test.
authorTom Tromey <tromey@redhat.com>
Sun, 12 Dec 1999 23:48:40 +0000 (23:48 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 12 Dec 1999 23:48:40 +0000 (23:48 +0000)
tests/ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/subobj3.test

index 092c4aebea32e52f3af54c8d8dbb6c4c19ef87dc..2d9f9aa69ba8c8c15c7fb5c3c70fdd6a2bdafa80 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-12  Tom Tromey  <tromey@cygnus.com>
+
+       * Makefile.am (XFAIL_TESTS): Removed subobj3.test.
+
 1999-12-10  Tom Tromey  <tromey@cygnus.com>
 
        * install2.test: New file.
index d4b5d711fb5bc767c8a45ec53a6db59c8bf5aaaf..6dee11e186daad9a4225502450faf399b5075ba3 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnits
 
-XFAIL_TESTS = subobj3.test
+XFAIL_TESTS =
 TESTS =        \
 acinclude.test \
 aclocal.test \
index bdc632343e1e2bf3c5bc3a928e79c3c7e5063bac..4e48a28161ba5630c8d6277b5626008533d49b3a 100644 (file)
@@ -69,7 +69,7 @@ install_sh = @install_sh@
 
 AUTOMAKE_OPTIONS = gnits
 
-XFAIL_TESTS = subobj3.test
+XFAIL_TESTS = 
 TESTS = \
 acinclude.test \
 aclocal.test \
index 5fbf4fda531147f65585ad0c4db8a3c77e6e11f3..c180730ce52fae55da9b73f25d8bf6a578bafc84 100755 (executable)
@@ -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 <stdio.h>
This page took 0.029187 seconds and 5 git commands to generate.