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, 0 insertions, 7 deletions
diff --git a/testing/run-tests.el b/testing/run-tests.el
deleted file mode 100644
index f832127..0000000
--- a/testing/run-tests.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(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)