aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-08 18:05:54 -0500
committerSean Allred <code@seanallred.com>2014-11-08 18:05:54 -0500
commitbd5e1b387b6f70ff756a2ceda229209c16a2eaf3 (patch)
treee9a8e4453b470fd21b951b8d431ea5fad2d59196 /Makefile
parent5fcd0dbd2c180b85898f42a7cd24a5835d6e3eda (diff)
parent4207f8a4764ad3a0bca402160a24cca714cf0cde (diff)
Merge branch 'master' into initialization
Conflicts: sx-request.el
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e812d5b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,24 @@
+# This makefile runs the tests as Travis runs them. Be sure to test
+# locally before you push if you are under the impression that the
+# patch should work. This will cut down on the number of commits in
+# the repository that, essentially, patch patches.
+#
+# To test Emacs 24.1, for example, use
+#
+# make 24.1
+#
+# To test on all versions, of course, simply use
+#
+# make
+#
+# or
+#
+# make all
+#
+
+all: 24.1 24.2 24.3
+
+%:
+ evm install emacs-$@-bin || true
+ emacs --version
+ emacs --batch -L . -l ert -l test/tests.el -f ert-run-tests-batch-and-exit