]> granicus.if.org Git - check/commitdiff
Changelog, NEWS, and AUTHORS changes for checkmk stuff.
authormicahcowan <micahcowan@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 3 Apr 2010 19:19:08 +0000 (19:19 +0000)
committermicahcowan <micahcowan@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 3 Apr 2010 19:19:08 +0000 (19:19 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@589 64e312b2-a51f-0410-8e61-82d0ca0eb02a

AUTHORS
ChangeLog
NEWS

diff --git a/AUTHORS b/AUTHORS
index e720feb8c3b9c96cc0228f18580225336e384869..5ff5cfec8bbc7615fd4bac41435e87ff4b5179c0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -21,6 +21,7 @@ Patches:         Bernhard Reiter (configure issues)
                 Friedrich Beckmann (mingw and msvc port)
                 Roy Merkel (specified test exit value)
                 Robert Collins (subunit support)
+                 Micah Cowan (checkmk tool, docs and tests)
 
 Anybody who has contributed code to Check or Check's build system is
 considered an author.  Send patches to this file to 
index 11e2bfd84d5f74c9aefb2da155b19b1b3cd19983..1f7dcca44d2d9fdb4b28e4038f3185b37f657c19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-04-03  Micah Cowan  <micah@cowan.name>
+
+       * checkmk/*: Added Awk program "checkmk", for eliminating
+       boilerplate work when writing unit test modules. Includes
+       documentation and tests.
+
+       * Makefile.am (SUBDIRS): Added checkmk.
+
+       * configure.ac: Added extra awk-detection logic for checkmk.
+
+       * NEWS: Updated with news about checkmk.
+
+       * AUTHORS (Patches): Added myself.
+
 2010-02-17  Jose E. Marchesi  <jemarch@gnu.org>
 
        * tests/check_check_selective.c (make_selective_suite): New
diff --git a/NEWS b/NEWS
index 37e912c6b5a2065094b0c2cadf1e987e65d87422..233a755738cc088bdfa7697ec5bf44320745feaf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 In development.
 
+* Added checkmk, a tool for reducing "boilerplate coding" when writing
+  unit tests with check.
+
 Tue, Sep 22, 2009: Released Check 0.9.8
   based on r559 (2009-09-23 21:00).