Edit

kc3-lang/automake/tests/spell2.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1997-03-16 22:29:11
    Hash : 119b28ec
    Message : test fixups better error message w/ seen_c_source

  • tests/spell2.test
  • #! /bin/sh
    
    # Test to make sure misspellings in _SOURCES variables cause failure.
    
    . $srcdir/defs || exit 1
    
    echo AC_PROG_CC >> configure.in
    
    cat > Makefile.am << 'END'
    bin_PROGRAMS = zardoz
    zardoz_SOURCES = x.c
    qardoz_LDADD = -ljoe
    END
    
    $AUTOMAKE && exit 1
    exit 0