Mercurial > hg > xemacs-beta
comparison Makefile.in @ 361:7347b34c275b r21-1-10
Import from CVS: tag r21-1-10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:58:40 +0200 |
parents | 182f72e8cd0d |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
360:0f00b38cfccb | 361:7347b34c275b |
---|---|
612 find ${tagslisp} ${PRUNE_VC} -name '*.el' -print | \ | 612 find ${tagslisp} ${PRUNE_VC} -name '*.el' -print | \ |
613 xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\)[ ]+'?\\([^ ]+\\)/\\2/" | 613 xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\)[ ]+'?\\([^ ]+\\)/\\2/" |
614 | 614 |
615 ## We have automated tests! | 615 ## We have automated tests! |
616 testdir = ${srcdir}/tests | 616 testdir = ${srcdir}/tests |
617 tests = ${testdir}/basic-lisp.el ${testdir}/database.el | 617 tests = ${testdir}/basic-lisp.el ${testdir}/database.el ${testdir}/mule-tests.el |
618 | 618 |
619 check: | 619 check: |
620 src/${PROGNAME} -batch -l ${testdir}/test-emacs.el -f batch-test-emacs ${tests} | 620 src/${PROGNAME} -batch -l ${testdir}/test-emacs.el -f batch-test-emacs ${tests} |
621 | 621 |
622 info: FRC.info | 622 info: FRC.info |