Edit

kc3-lang/automake/tests/spell.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-09-16 15:09:29
    Hash : 11dae47a
    Message : New tests

  • tests/spell.test
  • #! /bin/sh
    
    # Test to make sure misspellings in _SOURCES variables cause failure.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    bin_PROGRAMS = zardoz foo
    zardoz_SOURCES = x.c
    boo_SOURCES = y.c
    END
    
    $AUTOMAKE && exit 1
    exit 0