Edit

kc3-lang/automake/tests/primary.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-09-21 20:06:39
    Hash : bfdbbfa0
    Message : More error checking

  • tests/primary.test
  • #! /bin/sh
    
    # Test to make sure errors in am_install_var work.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    bin_PROGRAMS = @programs@
    END
    
    $AUTOMAKE && exit 1
    exit 0