[Lunar-commits] <moonbase> cppunit: Initial import, will be an optional_depends for strigi.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Mar 22 01:11:08 CET 2010


commit d093bfcf190b29c900ea6147a859636aed9057c0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Mar 21 20:11:08 2010 -0400

    cppunit: Initial import, will be an optional_depends for strigi.
---
 devel/cppunit/DETAILS |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/devel/cppunit/DETAILS b/devel/cppunit/DETAILS
new file mode 100644
index 0000000..fdbf9dc
--- /dev/null
+++ b/devel/cppunit/DETAILS
@@ -0,0 +1,28 @@
+          MODULE=cppunit
+         VERSION=1.12.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$VERSION/
+      SOURCE_VFY=sha1:f1ab8986af7a1ffa6760f4bacf5622924639bf4a
+        WEB_SITE=http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page#Download
+         ENTERED=20100321
+         UPDATED=20100321
+           SHORT="C++ unit testing framework"
+
+cat << EOF
+CppUnit is a C++ unit testing framework.
+
+CFeatures:
+
+    * XML output with hooks for additional data (XSL format avaliable in release
+      1.10.2 needs some FiXing)
+    * Compiler-like text output to integrate with an IDE
+    * Helper macros for easier test suite declaration
+    * Hierarchical test fixture support
+    * Test registry to reduce recompilation need
+    * Test plug-in for faster compile/test cycle (self testable dynamic library)
+    * Protector to encapsulate test execution (allow capture of exception not 
+      derived from std::exception)
+    * MfcTestRunner
+    * QtTestRunner, a Qt based graphic test runner ppUnit is a C++ unit testing 
+      framework.
+EOF


More information about the Lunar-commits mailing list