File: run-tests.el

package info (click to toggle)
bbdb 2.35.cvs20060204-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,548 kB
  • ctags: 1,911
  • sloc: lisp: 13,944; sh: 4,660; makefile: 568; perl: 377
file content (7 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
(setq load-path (append (list "../lisp" ".") load-path))
(setq make-backup-files nil)
(if (file-exists-p "bbdb-test-results") (delete-file
                                           "bbdb-test-results"))
(require 'bbdb-test)
(bbdb-test/initialize)
(bbdb-test/run-all-tests 'batch)