File: ert-helper.el

package info (click to toggle)
haskell-mode 17.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,596 kB
  • sloc: lisp: 21,482; makefile: 104; sh: 59; objc: 13
file content (7 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
(setq ert-batch-backtrace-right-margin nil)

(ert-run-tests-batch-and-exit
 '(not (or
        "haskell-indent-put-region-in-literate-2"
        ))
 )