diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-27 12:42:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-27 12:42:44 +0000 |
commit | a66ad541306d2174cfa1bb38983e0aaedf01a48a (patch) | |
tree | f8c5fdd0db304f9ed838f0b671bd443b7f3692ec /devel/cppunit/pkg-descr | |
parent | Add py-numarray 0.3.4, (diff) |
Add cppunit 1.6.2, a C++ port of the JUnit framework for unit testing.
PR: 34928
Submitted by: Graeme Cross <gcross@netspace.net.au>
Notes
Notes:
svn path=/head/; revision=62099
Diffstat (limited to 'devel/cppunit/pkg-descr')
-rw-r--r-- | devel/cppunit/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/cppunit/pkg-descr b/devel/cppunit/pkg-descr new file mode 100644 index 000000000000..c448566ce78e --- /dev/null +++ b/devel/cppunit/pkg-descr @@ -0,0 +1,7 @@ +CppUnit --- The C++ Unit Test Library +WWW: http://cppunit.sourceforge.net + +CppUnit is the C++ port of the famous JUnit framework for unit testing. + +- Graeme +gcross@netspace.net.au |