Edit

kc3-lang/automake/tests/noinst.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-09-28 01:47:08
    Hash : 18c8af98
    Message : * Makefile.am (TESTS): Added clean.am. * clean.test: New file. * ansi2.test: Updated test for new SUBDIRS change. * noinst.test: Updated test for new SUBDIRS change. * checkall.test: Added check to make sure check-local is handled. Updated test for new SUBDIRS change. * java.test: Updated test for new SUBDIRS change.

  • 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[-a-z]*:.* all' Makefile.in