Edit

kc3-lang/automake/tests/lex4.test

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1999-12-14 06:32:19
    Hash : 40cd06be
    Message : * lex4.test: New file. For PR automake/6. * Makefile.am (TESTS): Added lex4.test.

  • tests/lex4.test
  • #! /bin/sh
    
    # Test to make sure dependencies work with .ll files.
    # Test synthesized from PR automake/6.
    
    . $srcdir/defs || exit 1
    
    cat >> configure.in << 'END'
    AC_PROG_CC
    AC_PROG_CXX
    AM_PROG_LEX
    END
    
    cat > Makefile.am << 'END'
    bin_PROGRAMS = zoo
    zoo_SOURCES = joe.ll
    END
    
    : > joe.ll
    
    $AUTOMAKE || exit 1
    
    fgrep joe.Po Makefile.in