Edit

kc3-lang/automake/tests/proginst.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-02-27 17:57:37
    Hash : 5945f033
    Message : Updated all tests

  • tests/proginst.test
  • #! /bin/sh
    
    # Test for bug where when multiple scripts are installed,
    # the check for fp_PROG_INSTALL fails.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    bin_SCRIPTS = zardoz qbert brownie
    END
    
    $AUTOMAKE