Edit

kc3-lang/automake/tests/noinst.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1997-03-16 22:29:11
    Hash : 119b28ec
    Message : test fixups better error message w/ seen_c_source

  • tests/noinst.test
  • #! /bin/sh
    
    # Check to make sure "make install" will build all in directory with
    # nothing to install.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    all-local:
    	exit 1
    END
    
    $AUTOMAKE || exit 1
    
    grep '^install:.* all' Makefile.in