代码搜索结果

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

sinclude.test

#! /bin/sh # Test to see if `sinclude' works. . $srcdir/defs || exit 1 cat > aclocal.m4 sub/p.m4 Makefile.am

aclocal.test

#! /bin/sh # Test to make sure that aclocal --output works. Report from # Alexandre Oliva. . $srcdir/defs || exit 1 # configure.in has to have some macro that aclocal can find. echo 'AM_INIT_AUTOMA

ldadd.test

#! /bin/sh # Check to make sure incorrect LDADD usage is diagnosed. . $srcdir/defs || exit 1 cat > configure.in

subdir.test

#! /bin/sh # Test to make sure install-sh and mkinstalldirs correctly found in # subdirs. . $srcdir/defs || exit 1 mkdir zot cat > configure.in

texinfo.test

#! /bin/sh # Test to ensure texinfo.tex included in distribution. Bug report by # Jim Meyering. . $srcdir/defs || exit 1 cat > Makefile.am

confincl.test

#! /bin/sh # This tests for a bug reported by Gord Matzigkeit. # If config.h is not used, @CONFIG_INCLUDE_SPEC@ should not appear # in Makefile.in. . $srcdir/defs || exit 1 cat >> configure.in

flibs.test

#! /bin/sh # Make sure `AC_F77_LIBRARY_LDFLAGS' works properly. # Matthew D. Langston . $srcdir/defs || exit 1 cat >> configure.in

config.test

#! /bin/sh # Test to make sure config.h rule made even if it is in a subdir. The # idea is that if config.h is in a subdir, and there is no Makefile in # that subdir, then we want to build config.h

obsolete.test

#! /bin/sh # Test to make sure obsolete macros really are. . $srcdir/defs || exit 1 cat > configure.in

javaprim.test

#! /bin/sh # Test to make sure JAVA variable can be defined. . $srcdir/defs || exit 1 echo 'AC_SUBST(JAVA)' >> configure.in cat > Makefile.am