Edit

kc3-lang/automake/tests/texinfo.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-09-26 18:32:31
    Hash : c7266e91
    Message : Test suite updates for the @SHELL@ change: * exsource.test: Set SHELL on `make' command line. * ansi.test: Set SHELL on `make' command line. * texinfo.test: Set SHELL on `make' command line. * insh2.test: Set SHELL on `make' command line. * empty.test: Rewrite @SHELL@ to /bin/sh.

  • tests/texinfo.test
  • #! /bin/sh
    
    # Test to ensure texinfo.tex included in distribution.  Bug report by
    # Jim Meyering.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    info_TEXINFOS = textutils.texi
    magic:
    	@echo $(DISTFILES)
    END
    
    echo '@setfilename textutils.info' > textutils.texi
    : > texinfo.tex
    
    $AUTOMAKE || exit 1
    
    $MAKE -s -f Makefile.in SHELL=/bin/sh magic | grep 'texinfo\.tex'