]> granicus.if.org Git - check/commitdiff
* add daimonin, embunit, and aceunit
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 3 Mar 2008 14:13:27 +0000 (14:13 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 3 Mar 2008 14:13:27 +0000 (14:13 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@421 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/check.texi
index.html

index a49f52ce7cc788056ee7ca877c300ae1072723f7..ed510d909c43a3ecaa93fc4f3ac66c7357e57dc4 100644 (file)
@@ -211,6 +211,18 @@ for C:
 
 @table @asis
 
+@item AceUnit
+AceUnit (Advanced C and Embedded Unit) bills itself as a comfortable C
+code unit test framework.  It tries to mimick JUnit 4.x and includes
+reflection-like capabilities.  AceUnit can be used in resource
+constraint environments, e.g. embedded software development, and
+importantly it runs fine in environments where you cannot include a
+single standard header file and cannot invoke a single standard C
+function from the ANSI / ISO C libraries.  It also has a Windows port.
+It does not use forks to trap signals, although the authors have
+expressed interest in adding such a feature.  See the
+@uref{http://aceunit.sourceforge.net/, AceUnit homepage}.
+
 @item GNU Autounit
 Much along the same lines as Check, including forking to run unit
 tests in a separate address space (in fact, the original author of
@@ -243,6 +255,12 @@ definitely worth considering, along with other C++ unit testing
 frameworks.  See the
 @uref{http://cppunit.sourceforge.net/cppunit-wiki, CppUnit homepage}.
 
+@item embUnit
+embUnit (Embedded Unit) is another unit test framework for embedded
+systems.  This one appears to be superseded by AceUnit.
+@uref{https://sourceforge.net/projects/embunit/, Embedded Unit
+homepage}.
+
 @item MinUnit
 A minimal set of macros and that's it!  The point is to
 show how easy it is to unit test your code.  See the
@@ -256,7 +274,7 @@ early development.  See the
 Mr. Ando homepage}.
 @end table
 
-This list was last updated in March 2006.  If you know of other C unit
+This list was last updated in March 2008.  If you know of other C unit
 test frameworks, please send an email plus description to
 @email{check-devel AT lists.sourceforge.net} and we will add the entry
 to this list.
index 40b9364a37bfa74f07ce5af817e9ccd7b7748091..89e00265271225d4fc2cf07e8a074e150afa86d6 100644 (file)
@@ -82,6 +82,7 @@ We know of the following projects using Check:<br>
 BitlBee: <a href="http://www.bitlbee.org/">http://www.bitlbee.org/</a><br>
 checkmk: <a href="http://micah.cowan.name/projects/checkmk/">http://micah.cowan.name/projects/checkmk/</a><br>
 ctrlproxy: <a href="http://ctrlproxy.vernstok.nl/">http://ctrlproxy.vernstok.nl/</a><br>
+Daimonin: <a http://sourceforge.net/projects/daimonin/</a><br>
 DBMail: <a href="http://www.dbmail.org/">http://www.dbmail.org/</a><br>
 Expat: <a href="http://expat.sourceforge.net/">http://expat.sourceforge.net/</a><br>
 GNOME BuildBrigade: <a href="http://live.gnome.org/BuildBrigade/">http://live.gnome.org/BuildBrigade/</a><br>