prove

Homepage: http://www.shellarchive.co.uk/content/emacs.html

Author: Philip Jackson

Updated:

Summary

Compilation mode for prove

Commentary

(require 'prove)
M-x prove

Errors are foldable, you can toggle their visibility by putting
point on an error line and hitting tab. If you want folding
everytime set `prove-collapse-tree-on-finish' to non-nil.

If you use prove rather than perl to run the tests then make sure
you include the -v switch.

Dependencies