summaryrefslogtreecommitdiff
path: root/testing/run-tests.el
blob: f8321274a6cf0f89b9d7182a36b3128747b984f1 (plain)
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)