automake-patches
[Top][All Lists]
Advanced

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

[PATCH] {maint} tests: remove useless requirements from cond36.test


From: Stefano Lattarini
Subject: [PATCH] {maint} tests: remove useless requirements from cond36.test
Date: Sun, 16 Jan 2011 19:27:40 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

OK for maint?  I'll push by tomorrow if there are no objections.

Regards,
  Stefano

-*-*-

tests: remove useless requirements from cond36.test

* tests/cond36.test ($required): Remove, as the test never tries
to run lex, yacc, or the C compiler.  Since we are at it, add a
trailing `:' command.
---
 ChangeLog         |    7 +++++++
 tests/cond36.test |    5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 675f185..827ae37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-16  Stefano Lattarini  <address@hidden>
+
+       tests: remove useless requirements from cond36.test
+       * tests/cond36.test ($required): Remove, as the test never tries
+       to run lex, yacc, or the C compiler.  Since we are at it, add a
+       trailing `:' command.
+
 2011-01-16  Ralf Wildenhues  <address@hidden>
 
        Fix parallel-tests.test failure with HP-UX make.
diff --git a/tests/cond36.test b/tests/cond36.test
index f6c97db..6826cd5 100755
--- a/tests/cond36.test
+++ b/tests/cond36.test
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2004  Free Software Foundation, Inc.
+# Copyright (C) 2004, 2011 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -16,7 +16,6 @@
 
 # Check rules output for parser defined conditionally.
 
-required='flex bison gcc'
 . ./defs || Exit 1
 
 set -e
@@ -59,3 +58,5 @@ $AUTOMAKE -Wno-error
 test `grep tparse.h: Makefile.in | wc -l` = 2
 grep '@address@hidden:' Makefile.in
 grep '@address@hidden:' Makefile.in
+
+:
-- 
1.7.2.3




reply via email to

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