代码搜索结果
找到约 10,000 项符合
Test 的代码
cond.test
#! /bin/sh
# Check basic use of conditionals.
. $srcdir/defs || exit 1
cat > configure.in Mak
depend.test
#! /bin/sh
# This tests for a bug reported by Henrik Frystyk Nielsen
# In some cases the auto-dependency can get confused and try
# to `-include' a directory.
# This actually tests f
subst.test
#! /bin/sh
# Test that AC_SUBST($1) does something sensible. From Ulrich
# Drepper.
. $srcdir/defs || exit 1
cat >> configure.in
error.test
#! /bin/sh
# Test to make sure error handling in add_file works.
. $srcdir/defs || exit 1
cat > configure.in
whoami.test
#! /bin/sh
# Test to make sure aclocal doesn't barf on "WHO_AM_I=...". Report
# from Johan Danielsson (and a very nice bug report, too, I might
# add).
. $srcdir/defs || exit 1
cat >> configure.in
else.test
#! /bin/sh
# Test to make sure line numbers are correct in some error reports.
. $srcdir/defs || exit 1
echo 'AM_CONDITIONAL(FOO, true)' >> configure.in
cat > Makefile.am
empty.test
#! /bin/sh
# Test for bug where if the list of installables is empty, invalid sh
# code is generated.
. $srcdir/defs || exit 1
cat > Makefile.am
gnits.test
#! /bin/sh
# Test to ensure --gnits version checking is correct.
. $srcdir/defs || exit 1
cat > configure.in
fonly.test
#! /bin/sh
# Make sure programs with only Fortran 77 source are handled properly.
# Matthew D. Langston
. $srcdir/defs || exit 1
cat >> configure.in
order.test
#! /bin/sh
# Make sure AC_DEFUN is handled correctly. This test isn't named very
# well. Report from Jim Meyering.
. $srcdir/defs || exit 1
cat > configure.in acinclud