]> sourceware.org Git - automake.git/commitdiff
* tests/Makefile.am (XFAIL_TESTS): Added libtool2.test.
authorTom Tromey <tromey@redhat.com>
Mon, 2 Jul 2001 20:14:34 +0000 (20:14 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 2 Jul 2001 20:14:34 +0000 (20:14 +0000)
ChangeLog
tests/Makefile.am
tests/Makefile.in

index fbb723d8836eea769eb7f710d154bf1022c33855..e339f6a0fb74848ff15acf471e10c6e83677fc87 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-07-02  Tom Tromey  <tromey@redhat.com>
 
+       * tests/Makefile.am (XFAIL_TESTS): Added libtool2.test.
+
        * tests/Makefile.am (TESTS): Removed dup.test.
        * tests/dup.test: Removed.
        * aclocal.in (scan_file): Don't give error for duplicate macro.
index 74857ad0499f44cd1b5f0e749f8fa88343fb2e21..f0f3584a2cb81dc20ee43f5fdb542d2fb1928a56 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to create Makefile.in
 
-XFAIL_TESTS = subdir5.test
+XFAIL_TESTS = libtool2.test subdir5.test
 
 TESTS =        \
 acinclude.test \
index 175b08a92fb440ae30128034909730d46502e88c..68dcdfce987e183848d17dd2428743952be3c2b4 100644 (file)
@@ -66,7 +66,7 @@ _am_include = @_am_include@
 _am_quote = @_am_quote@
 install_sh = @install_sh@
 
-XFAIL_TESTS = subdir5.test
+XFAIL_TESTS = libtool2.test subdir5.test
 
 TESTS = \
 acinclude.test \
This page took 0.03507 seconds and 5 git commands to generate.