Edit

kc3-lang/automake/tests/lisp.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1997-03-28 03:23:29
    Hash : 97cadf26
    Message : lisp fix

  • tests/lisp.test
  • #! /bin/sh
    
    # Test to make sure lisp handling works.
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AM_PATH_LISPDIR
    END
    
    cat > Makefile.am << 'END'
    lisp_LISP = foo.el
    END
    
    : > foo.el
    : > elisp-comp
    
    $AUTOMAKE || exit 1
    
    grep '^ELCFILES.*ELCFILES' Makefile.in && exit 1
    exit 0