summaryrefslogtreecommitdiff
blob: dc7fccf7ca1a8d1c1c65c9c1d180723c101c0f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
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.