summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@mumble.net>2011-05-07 22:07:04 +0000
committerTaylor R Campbell <campbell@mumble.net>2011-05-07 22:07:04 +0000
commitfc7c6aabb6d9efa5aa11dc036cfd97519a3abd48 (patch)
tree08d3d7e6dda4c2f6dc7e6ed723dcf630270e3778
parentd2215ef48115ca8182427554908b03f14e47d3c8 (diff)
Add trivial check.sh to compile paredit and run tests.
Ignore-this: 37ac0d585442eef97d353c06d56f0152 darcs-hash:20110507220704-00fcc-28493b84d3120c151915ba6685708ab8eb990399
-rwxr-xr-xcheck.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/check.sh b/check.sh
new file mode 100755
index 0000000..47522f5
--- /dev/null
+++ b/check.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -eu
+
+exec emacs --batch --eval '(progn
+ (byte-compile-file "paredit.el" t)
+ (byte-compile-file "test.el" t)
+)'