[Lunar-commits] r17898 - moonbase/trunk/devel/check

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Jan 3 14:32:10 UTC 2006


Author: v3rt1g0
Date: 2006-01-03 14:32:09 +0000 (Tue, 03 Jan 2006)
New Revision: 17898

Modified:
   moonbase/trunk/devel/check/BUILD
   moonbase/trunk/devel/check/DETAILS
Log:
  Module Version Bump: check (0.9.2 -> 0.9.3)

  * bugfix release... mainly dealing with debian stuffs

  compiled/tested: gcc-3.4.4 | glibc-2.3.6 | kernel headers 2.6.x


Modified: moonbase/trunk/devel/check/BUILD
===================================================================
--- moonbase/trunk/devel/check/BUILD	2006-01-03 05:25:38 UTC (rev 17897)
+++ moonbase/trunk/devel/check/BUILD	2006-01-03 14:32:09 UTC (rev 17898)
@@ -1,9 +1,9 @@
 (
 
-  default_config && 
-  make &&
-  make check &&
-  prepare_install &&
+  default_config   && 
+  make             &&
+  make check       &&
+  prepare_install  &&
   make install
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/devel/check/DETAILS
===================================================================
--- moonbase/trunk/devel/check/DETAILS	2006-01-03 05:25:38 UTC (rev 17897)
+++ moonbase/trunk/devel/check/DETAILS	2006-01-03 14:32:09 UTC (rev 17898)
@@ -1,18 +1,18 @@
           MODULE=check
-         VERSION=0.9.2
+         VERSION=0.9.3
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:92f01f71066debb3498c725b7b515e86f0e07d7e
+      SOURCE_VFY=sha1:608bb3bd31f85dcb7e5b7b04eeb4254ef6df0fae
         WEB_SITE=http://check.sourceforge.net
          ENTERED=20031201
-         UPDATED=20050912
+         UPDATED=20060103
            SHORT="A unit test framework for C"
 
 cat << EOF
 Check is a unit test framework for C. It features a simple interface
-for defining unit tests, putting little in the way of the
-developer. Tests are run in a separate address space, so Check can
-catch both assertion failures and code errors that cause segmentation
-faults or other signals. The output from unit tests can be used within
-source code editors and IDEs.
+for defining unit tests, putting little in the way of the developer.
+Tests are run in a separate address space, so Check can catch both
+assertion failures and code errors that cause segmentation faults or
+other signals. The output from unit tests can be used within source 
+code editors and IDEs.
 EOF



More information about the Lunar-commits mailing list