* test/lunit.el (lunit-report): Accept output filename as the 2nd arg.
[riece] / lisp / ChangeLog
index 636fa6c..7eb22af 100644 (file)
@@ -1,3 +1,23 @@
+2004-11-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * test/lunit.el (lunit-report): Accept output filename as the 2nd arg.
+       * Makefile.am (check-local): Supply riece-test with output filename.
+       * COMPILE (riece-test): Supply lunit-report with output filename.
+
+       * test/lunit.el: Require 'pp.
+       (lunit-escape-quote): Rename from lunit-test-reporter-format-sexp.
+       (lunit-report): Add "emacs-version" property.
+
+2004-11-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * COMPILE (riece-test): Use lunit-report instead of lunit.
+
+       * test/lunit.el: Report test result as XML.
+       (lunit-time-since): New function.
+       (lunit-test-reporter): New test-listener.
+       (lunit-test-reporter-format-sexp): New function.
+       (lunit-report): New function.
+
 2004-11-27  Daiki Ueno  <ueno@unixuser.org>
 
        * test/lunit.el: Update copyright year.