Edit

kc3-lang/automake/tests/comment2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-09-30 14:38:17
    Hash : 15efbb13
    Message : Always ignore comments when scanning a value

  • tests/comment2.test
  • #! /bin/sh
    
    # Make sure comment recognition works in PROGRAMS.  Report from Mark
    # Galassi.
    
    . $srcdir/defs || exit 1
    
    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