automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: xfail libtool2


From: Tom Tromey
Subject: Patch: xfail libtool2
Date: 02 Jul 2001 14:34:50 -0600

I'm checking this in.  Thanks to Pavel for keeping me honest.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * tests/Makefile.am (XFAIL_TESTS): Added libtool2.test.

Index: tests/Makefile.am
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.am,v
retrieving revision 1.317
diff -u -r1.317 Makefile.am
--- tests/Makefile.am 2001/07/02 20:13:19 1.317
+++ tests/Makefile.am 2001/07/02 20:13:58
@@ -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: tests/Makefile.in
===================================================================
RCS file: /cvs/automake/automake/tests/Makefile.in,v
retrieving revision 1.416
diff -u -r1.416 Makefile.in
--- tests/Makefile.in 2001/07/02 20:13:19 1.416
+++ tests/Makefile.in 2001/07/02 20:13:58
@@ -66,7 +66,7 @@
 _am_quote = @_am_quote@
 install_sh = @install_sh@
 
-XFAIL_TESTS = subdir5.test
+XFAIL_TESTS = libtool2.test subdir5.test
 
 TESTS = \
 acinclude.test \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]