代码搜索结果

找到约 10,000 项符合 Test 的代码

vtexi.test

#!/bin/sh # Test for bug reported by Jim Meyering: # When I ran automake-0.29 on textutils, # I noticed that doc/Makefile.in had # textutils.info: textutils.texi # instead of # textutils.info: te

instexec.test

#!/bin/sh # Test for this bug: when a Makefile.am builds nothing, no # install-exec target is generated. . $srcdir/defs || exit 1 : > Makefile.am $AUTOMAKE || exit 1 grep '^install-exec:' Makefil

fnoc.test

#! /bin/sh # Test to make sure that pure Fortran 77 sources don't include # C-specific code. # Matthew D. Langston . $srcdir/defs || exit 1 cat >> configure.in

spell.test

#! /bin/sh # Test to make sure misspellings in _SOURCES variables cause failure. . $srcdir/defs || exit 1 cat > Makefile.am

acoutnoq.test

#!/bin/sh # Test for bug reported by Jerome Santini. # If I put this line in my configure.in: # AC_OUTPUT(Makefile src/Makefile tests/Makefile, echo timestamp > stamp-h)dnl # automake is not happy: #

target.test

#! /bin/sh # Test for a bug where target names and variable names are treated alike. # Bug from Fran鏾is Pinard. . $srcdir/defs || exit 1 echo AC_PROG_CC >> configure.in cat > Makefile.am

parse.test

#! /bin/sh # Test to make sure backslash-newline is treated as whitespace. . $srcdir/defs || exit 1 cat > configure.in

pluseq.test

#! /bin/sh # Test `+=' functionality. . $srcdir/defs || exit 1 cat > Makefile.am zar : > doz $AUTOMAKE || exit 1 fgrep 'zar doz' Makefile.in

objc.test

#! /bin/sh # Test to make sure LINK defined for Objective C. . $srcdir/defs || exit 1 echo 'AC_SUBST(OBJC)' >> configure.in cat > Makefile.am

comment.test

#! /bin/sh # Make sure that `#' as start of word in AUTOMAKE_OPTIONS means # comment. . $srcdir/defs || exit 1 cat > Makefile.am