Edit

kc3-lang/automake/tests/werror.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 2001-05-09 19:11:45
    Hash : a33e103b
    Message : * tests/werror.test: Use `rm -f'.

  • tests/werror.test
  • #! /bin/sh
    
    # Test to make sure --Werror and --add-missing work together.
    
    . $srcdir/defs || exit 1
    
    : > Makefile.am
    
    rm -f install-sh depcomp missing mkinstalldirs
    
    $AUTOMAKE --Werror --add-missing