From: Pavel Roskin Date: Tue, 6 Mar 2001 14:56:11 +0000 (+0000) Subject: * tests/Makefile.am (XFAIL_TESTS): noinstdir.test removed, it's X-Git-Tag: handle-languages~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a1edefc49b864747e05aa1972c6797b3e1b1fa;p=thirdparty%2Fautomake.git * tests/Makefile.am (XFAIL_TESTS): noinstdir.test removed, it's fixed now. --- diff --git a/ChangeLog b/ChangeLog index 215ce1c9d..def2f805e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-06 Pavel Roskin + + * tests/Makefile.am (XFAIL_TESTS): noinstdir.test removed, it's + fixed now. + 2001-03-05 Pavel Roskin * header.am, scripts.am: Use ?INSTALL? in the install and diff --git a/tests/Makefile.am b/tests/Makefile.am index 5a820cf22..7997ed429 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnits -XFAIL_TESTS = noinstdir.test yaccvpath.test +XFAIL_TESTS = yaccvpath.test TESTS = \ acinclude.test \ aclocal.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 40a4c4913..524b27458 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -78,7 +78,7 @@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = gnits -XFAIL_TESTS = noinstdir.test yaccvpath.test +XFAIL_TESTS = yaccvpath.test TESTS = \ acinclude.test \ aclocal.test \