From d2215ef48115ca8182427554908b03f14e47d3c8 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 7 May 2011 22:05:05 +0000 Subject: Add message to top of `paredit-test' reporting what we're testing. Ignore-this: a617d41480a852b472bc838b1a69bd16 darcs-hash:20110507220505-00fcc-0c92c0a098e8fb214e238bd380f5a6b69d991608 --- test.el | 1 + 1 file changed, 1 insertion(+) (limited to 'test.el') diff --git a/test.el b/test.el index f9a76f1..4d83010 100644 --- a/test.el +++ b/test.el @@ -33,6 +33,7 @@ Four arguments: the paredit command, the text of the buffer (funcall paredit-test-failure-function command before after expected)) (defun paredit-test (command examples) + (message "Testing %S..." command) (dolist (example examples) (let ((before (car example))) (dolist (expected (cdr example)) -- cgit v1.2.1