File: run-tests.el

package info (click to toggle)
bbdb 2.36-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,592 kB
  • sloc: lisp: 18,236; makefile: 515; perl: 377; sh: 272
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)