Edit

kc3-lang/automake/tests/stdlib.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-11-22 07:25:41
    Hash : 62ede0bc
    Message : libtool cleanups

  • tests/stdlib.test
  • #! /bin/sh
    
    # Test "not a standard library" error.
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AC_PROG_CC
    AC_PROG_RANLIB
    END
    
    cat > Makefile.am << 'END'
    noinst_LIBRARIES = foo
    END
    
    $AUTOMAKE 2> output.log && exit 1
    # We're specifically testing for line-number information.
    # Well, when it is implemented.
    # grep 1 output.log
    exit 0