Edit

kc3-lang/automake/tests/instexec.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-02-11 06:11:19
    Hash : d739f26b
    Message : Added some -I options. More bug fixes. More tests.

  • tests/instexec.test
  • #!/bin/sh
    
    # Test for this bug: when a Makefile.am builds nothing, no
    # install-exec target is generated.
    
    . $srcdir/defs
    
    : > Makefile.am
    
    $AUTOMAKE || exit 1
    
    grep '^install-exec:' Makefile.in