代码搜索结果
找到约 10,000 项符合
Test 的代码
number.test
#! /bin/sh
# Test to make sure _OBJECTS only generated once. Bug reported by
# Joerg-Martin Schwarz.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
java.test
#! /bin/sh
# Minimal test of Java functionality.
. $srcdir/defs || exit 1
cat > Makefile.am
exdir.test
#! /bin/sh
# Check to make sure new extended directory mechanism works.
. $srcdir/defs || exit 1
cat > Makefile.am
info.test
#! /bin/sh
# Test to make sure info files are distributed correctly.
. $srcdir/defs || exit 1
cat > Makefile.am
interp.test
#! /bin/sh
# Test to make sure variable interpolation works.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
installsh.test
#! /bin/sh
# Test for this bug:
# automake: Makefile.am: required file "../../install-sh" not found; installing
# This also makes sure that install-sh is created in the correct directory.
. $srcdir/
symlink.test
#! /bin/sh
# Make sure we get an error if symlink creation fails.
# Reported by Joerg-Martin Schwarz
. $srcdir/defs || exit 1
rm install-sh
rm mkinstalldirs
: > Makefile.am
cat >> configure.in
defun.test
#! /bin/sh
# Make sure aclocal picks up on all macro definitions.
. $srcdir/defs || exit 1
cat > acinclude.m4
cxxo.test
#! /bin/sh
# Make sure C++ files are rewritten to ".o" and not just "o".
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
condman.test
#! /bin/sh
# Make sure conditionals work with man pages.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am