tests: give few vala tests more significant names
[platform/upstream/automake.git] / t / lex-nodist.sh
index 99e6b7b..0bbb6cb 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Checks for .c files derived from non-distributed .l sources.
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Checks for .c files derived from non-distributed .l sources.
-# The test 'lex-pr204.test' does similar check with AM_MAINTAINER_MODE
+# The test 'lex-pr204.sh' does similar check with AM_MAINTAINER_MODE
 # enabled.
 # enabled.
-# The tests 'yacc-nodist.test' and 'yacc-pr204.test' does similar checks
+# The tests 'yacc-nodist.sh' and 'yacc-pr204.sh' does similar checks
 # for yacc-generated .c and .h files.
 
 # for yacc-generated .c and .h files.
 
-required=lex
-. ./defs || Exit 1
+required='cc lex'
+. ./defs || exit 1
 
 cat >> configure.ac << 'END'
 AC_PROG_CC
 
 cat >> configure.ac << 'END'
 AC_PROG_CC
-dnl Sister test 'lex-pr204.test' should use 'AC_PROG_LEX' instead.
+dnl Sister test 'lex-pr204.sh' should use 'AC_PROG_LEX' instead.
 AM_PROG_LEX
 AC_OUTPUT
 END
 AM_PROG_LEX
 AC_OUTPUT
 END