* tests/Makefile.am (XFAIL_TESTS): Remove specflags7.test and
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 Sep 2002 15:58:41 +0000 (15:58 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 Sep 2002 15:58:41 +0000 (15:58 +0000)
specflags8.test.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index e050025..f9a6783 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-15  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/Makefile.am (XFAIL_TESTS): Remove specflags7.test and
+       specflags8.test.
+
 2002-09-13  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * automake.texi (Building ctags and etags): Rename and adjust as ...
@@ -6,7 +11,6 @@
        * tests/specflags7.test, tests/specflags8.test: Adjust to build
        true and false.
        * tests/Makefile.am (TESTS): Add targetclash.test.
-       (XFAIL_TESTS): Remove specflags7.test and specflags8.test.
 
        Diagnose target clashes, for PR automake/344:
        * automake.in (%targets): Record conditionals for definitions.
index 8d0d467..d3efb40 100644 (file)
@@ -1,7 +1,6 @@
 ## Process this file with automake to create Makefile.in
 
-XFAIL_TESTS = subdir5.test auxdir2.test cond17.test \
-             specflags7.test specflags8.test
+XFAIL_TESTS = subdir5.test auxdir2.test cond17.test
 
 TESTS =        \
 acinclude.test \
index 7566afe..942ffbc 100644 (file)
@@ -91,9 +91,7 @@ sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 
-XFAIL_TESTS = subdir5.test auxdir2.test cond17.test \
-             specflags7.test specflags8.test
-
+XFAIL_TESTS = subdir5.test auxdir2.test cond17.test
 
 TESTS = \
 acinclude.test \