~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to tools/editors/emacs/tests/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
runtests:
 
3
        emacs-21 --batch -l tests-basic.el
 
4
        emacs-21 --batch -l tests-adjust-section.el
 
5
 
 
6
runtests-emacs-cvs:
 
7
        emacs --script tests-basic.el
 
8
        emacs --script tests-adjust-section.el
 
9