Edit

kc3-lang/automake/tests/distdir.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-10-11 07:03:14
    Hash : ff85a929
    Message : better lex error message

  • tests/distdir.test
  • #! /bin/sh
    
    # Test to make sure subdirs in EXTRA_DIST work.  Also tests to make
    # sure "./" is ignored.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am << 'END'
    EXTRA_DIST = foo/bar ./joe
    END
    
    $AUTOMAKE || exit 1
    
    grep 'mkinstalldirs.*\.' Makefile.in && exit 1
    grep 'mkinstalldirs.*foo' Makefile.in