Edit

kc3-lang/automake/tests/comment2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-11-15 07:14:37
    Hash : 6e083c82
    Message : Updated tests for new CC checking

  • tests/comment2.test
  • #! /bin/sh
    
    # Make sure comment recognition works in PROGRAMS.  Report from Mark
    # Galassi.
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AC_PROG_CC
    END
    
    cat > Makefile.am << 'END'
    bin_PROGRAMS = sim_products receive_th receive_pos # image_proc
    END
    
    $AUTOMAKE || exit 1
    
    grep '^image_proc' Makefile.in && exit 1
    exit 0