Edit

kc3-lang/automake/tests/outdir.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1996-05-22 15:52:02
    Hash : 6aaa39e2
    Message : Bug fix

  • tests/outdir.test
  • #! /bin/sh
    
    # Test to ensure that --output-dir works.  Bug report from Joshua
    # Cowan.
    
    . $srcdir/defs || exit 1
    
    cat > Makefile.am <<'END'
    pkgdata_DATA =
    END
    
    mkdir zardir
    
    $AUTOMAKE --output-dir=zardir || exit 1
    
    test -f Makefile.in && exit 1
    test -f zardir/Makefile.in