branch: elpa/paredit
commit fc7c6aabb6d9efa5aa11dc036cfd97519a3abd48
Author: Taylor R Campbell <[email protected]>
Commit: Taylor R Campbell <[email protected]>
Add trivial check.sh to compile paredit and run tests.
Ignore-this: 37ac0d585442eef97d353c06d56f0152
darcs-hash:20110507220704-00fcc-28493b84d3120c151915ba6685708ab8eb990399
---
check.sh | 8 ++++++++
1 file changed, 8 insertions(+)
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)
+)'