summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-04-13 21:29:31 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-04-13 21:29:31 +0000
commitd636b5da86c4679b92d30677127fb38c514102d8 (patch)
tree98def0f9c4e808e7134eab6d354e46283504c1d9 /dev-util/cunit/ChangeLog
parentFixes #958 (diff)
downloadgentoo-2-d636b5da86c4679b92d30677127fb38c514102d8.tar.gz
gentoo-2-d636b5da86c4679b92d30677127fb38c514102d8.tar.bz2
gentoo-2-d636b5da86c4679b92d30677127fb38c514102d8.zip
Fixes #1079
Diffstat (limited to 'dev-util/cunit/ChangeLog')
-rw-r--r--dev-util/cunit/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog
new file mode 100644
index 000000000000..dc7fccf7ca1a
--- /dev/null
+++ b/dev-util/cunit/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-util/cunit
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.1 2002/04/13 21:29:31 karltk Exp $
+
+*cunit-1.0.0.6 (13 Apr 2002)
+
+ 13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> cunit-1.0.0.6 files/digest-cunit-1.0.0.6 :
+
+ As of now we don't have any light weight unit testing framework for C as it
+ is for C++ (CppUnit) or Java (JUnit). This intiative is taken to provide
+ such a platform independent/version independent core framework and the
+ OS/Environment specific wrappers around them.