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 <stefano.lattar...@gmail.com> + + 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 <ralf.wildenh...@gmx.de> 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 '@CASE_A_TRUE@tparse.h:' Makefile.in grep '@CASE_A_FALSE@tparse.h:' Makefile.in + +: -- 1.7.2.3