Edit

kc3-lang/automake/tests/number.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-05-18 01:03:04
    Hash : 69f7e293
    Message : Bug fixes

  • tests/number.test
  • #! /bin/sh
    
    # Test to make sure _OBJECTS only generated once.  Bug reported by
    # Joerg-Martin Schwarz.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    bin_PROGRAMS = zardoz
    END
    
    $AUTOMAKE || exit 1
    
    count=`grep -c '^zardoz_OBJECTS' Makefile.in`
    test $count -eq 1