summaryrefslogtreecommitdiff
path: root/tools/editors/emacs/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editors/emacs/tests/Makefile')
-rw-r--r--tools/editors/emacs/tests/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/editors/emacs/tests/Makefile b/tools/editors/emacs/tests/Makefile
new file mode 100644
index 000000000..ea024e3fd
--- /dev/null
+++ b/tools/editors/emacs/tests/Makefile
@@ -0,0 +1,9 @@
+
+runtests:
+ emacs-21 --batch -l tests-basic.el
+ emacs-21 --batch -l tests-adjust-section.el
+
+runtests-emacs-cvs:
+ emacs --script tests-basic.el
+ emacs --script tests-adjust-section.el
+