Edit

kc3-lang/automake/tests/syntax.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1998-05-26 07:46:14
    Hash : 0e371270
    Message : added new syntax checking test

  • tests/syntax.test
  • #! /bin/sh
    
    # Test for error for bad syntax.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    foo = q \
    
    lib_LTLIBRARIES = foo.la
    END
    
    $AUTOMAKE && exit 1
    exit 0