Edit

kc3-lang/automake/tests/spelling.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-03-01 04:50:34
    Hash : 4147ae68
    Message : Allow extended range of install directories

  • tests/spelling.test
  • #! /bin/sh
    
    # Test to make sure that misspelled prefixes actually cause error.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'EOF'
    bni_PROGRAMS = zot
    EOF
    
    if $AUTOMAKE; then
       exit 1
    fi
    exit 0