代码搜索结果
找到约 10,000 项符合
Test 的代码
outdir.test
#! /bin/sh
# Test to ensure that --output-dir works. Bug report from Joshua
# Cowan.
. $srcdir/defs || exit 1
cat > Makefile.am
ranlib.test
#! /bin/sh
# Test to make sure AC_PROG_RANLIB can be overridden. Idea from Tatu
# Ylonen.
. $srcdir/defs || exit 1
cat >> configure.in
alpha.test
#! /bin/sh
# Make sure README-alpha is distributed when appropriate. Report from
# Jim Meyering.
. $srcdir/defs || exit 1
cat >> configure.in Make
aclocali.test
#! /bin/sh
# Make sure that ACLOCAL_AMFLAGS actually gets the right dependencies.
. $srcdir/defs || exit 1
echo AM_QUUX >> configure.in
mkdir macros
cat > macros/quux.m4
lex.test
#! /bin/sh
# Test to make sure that lex source generates correct target.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
auxdir.test
#! /bin/sh
# Test to make sure AC_CONFIG_AUX_DIR works correctly.
. $srcdir/defs || exit 1
# The "./." is here so we don't have to mess with subdirs.
cat >> configure.in
acoutput.test
#!/bin/sh
# Test for bug when AC_OUTPUT has 2 args on the same line, eg:
# AC_OUTPUT([Makefile automake tests/Makefile],[chmod +x automake])
. $srcdir/defs || exit 1
cat > configure.in
backsl.test
#! /bin/sh
# Test for "\" problems. Bug report from Joerg-Martin Schwarz.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
all.test
#! /bin/sh
# Test to make sure all-local and other -local targets work correctly.
. $srcdir/defs || exit 1
for target in all install-exec install-data uninstall; do
echo "Doing $target"
echo
confh.test
#! /bin/sh
# Test to make sure config.h works in a subdir.
# Report from Alexandre Oliva.
. $srcdir/defs || exit 1
cat > configure.in