summaryrefslogtreecommitdiff
path: root/testing/run-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'testing/run-tests.el')
-rw-r--r--testing/run-tests.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/run-tests.el b/testing/run-tests.el
new file mode 100644
index 0000000..f832127
--- /dev/null
+++ b/testing/run-tests.el
@@ -0,0 +1,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)