From fc7c6aabb6d9efa5aa11dc036cfd97519a3abd48 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 7 May 2011 22:07:04 +0000 Subject: 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(+) create mode 100755 check.sh (limited to 'check.sh') 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) +)' -- cgit v1.2.1