Edit

kc3-lang/automake/tests/yacc.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-06-10 05:28:24
    Hash : 415b0680
    Message : Bug fixes

  • tests/yacc.test
  • #! /bin/sh
    
    # Test to make sure intermediate .c file is built from yacc source.
    # Bug from Thomas Morgan.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am <<'END'
    bin_PROGRAMS = zardoz
    zardoz_SOURCES = zardoz.y
    END
    
    $AUTOMAKE || exit 1
    
    grep '^zardoz.c:' Makefile.in