Edit

kc3-lang/automake/tests/instexec.test

Branch :

  • Show log

    Commit

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

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