代码搜索结果

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

colon.test

#! /bin/sh # Test for bug reported by Nyul Laszlo. When using the ":" syntax in # AC_OUTPUT, Automake fails to find the correct file. . $srcdir/defs || exit 1 cat > configure.in

depacl.test

#! /bin/sh # Test to make sure dependency tracking works. . $srcdir/defs || exit 1 cat > configure.in

acsilent.test

#! /bin/sh # Test to make sure there are no spurious acinclude warnings. . $srcdir/defs || exit 1 echo AM_INIT_GUILE_MODULE > configure.in cat > acinclude.m4

mdate.test

#!/bin/sh # Test that mdate-sh is required when Texinfo used and version.texi needed. . $srcdir/defs || exit 1 cat > Makefile.am textutils.texi

req.test

#! /bin/sh # Test to make sure macro used in m4 file is included. . $srcdir/defs || exit 1 echo AM_INIT_GUILE_MODULE > configure.in cat > acinclude.m4

badprog.test

#! /bin/sh # Test to make sure that programs with bad names are properly # transformed. . $srcdir/defs || exit 1 cat >> configure.in Makefile.am

mkinstall.test

#! /bin/sh # Test for bug where mkinstalldirs variable can be set incorrectly. . $srcdir/defs || exit 1 cat > Makefile.am

exsource.test

#! /bin/sh # Test to make sure EXTRA_..._SOURCES actually works. # Bug report from Henrik Frystyk Nielsen. . $srcdir/defs || exit 1 # This test relies on GNU make. $MAKE --version > /dev/null 2>&1

instman.test

#! /bin/sh # Test to make sure mkinstalldirs invocation correct in install-man # target. Bug reported by Gordon Irlam . . $srcdir/defs || exit 1 cat > Makefile.am