Edit

kc3-lang/automake/tests/pluseq5.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1999-01-10 18:06:17
    Hash : 6392767a
    Message : * pluseq5.test: New file. * Makefile.am (TESTS): Added pluseq5.test.

  • tests/pluseq5.test
  • #! /bin/sh
    
    # Test for another `+=' problem.  Report from Brian Jones.
    
    . $srcdir/defs || exit 1
    
    echo 'AM_CONDITIONAL(CHECK, true)' >> configure.in
    
    cat > Makefile.am << 'END'
    if CHECK
    INCLUDES = abc
    endif
    INCLUDES += def
    END
    
    $AUTOMAKE || exit 0
    exit 1