Edit

kc3-lang/automake/tests/implicit.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-09-12 21:06:41
    Hash : e020e770
    Message : Bug fix

  • tests/implicit.test
  • #! /bin/sh
    
    # Test to make sure implicit .o's are listed as appropriate.  Report
    # from Henrik Frystyk Nielsen.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    noinst_PROGRAMS = libapp_1
    END
    
    $AUTOMAKE || exit 1
    
    grep '^libapp_1_OBJECTS' Makefile.in | grep '\.o'