From: cpickett Date: Sat, 16 Jan 2010 07:13:46 +0000 (+0000) Subject: * add CuTest to docs (thanks SJS) X-Git-Tag: 0.10.0~596 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bd2167672b43d42dd94a9f2cc01fc83c953c8de;p=check * add CuTest to docs (thanks SJS) git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@574 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/doc/check.texi b/doc/check.texi index 22d419e..6f74ab5 100644 --- a/doc/check.texi +++ b/doc/check.texi @@ -94,12 +94,12 @@ Advanced Features * No Fork Mode:: * Test Fixtures:: * Multiple Suites in one SRunner:: -* Testing Signal Handling and Exit Values:: +* Testing Signal Handling and Exit Values:: * Looping Tests:: * Test Timeouts:: * Determining Test Coverage:: * Test Logging:: -* Subunit Support:: +* Subunit Support:: Test Fixtures @@ -247,6 +247,11 @@ currently fork or otherwise protect the address space of unit tests. In early development. See the @uref{http://cunit.sourceforge.net, CUnit homepage}. +@item CuTest +A simple framework with just one .c and one .h file that you drop into +your source tree. See the @uref{http://cutest.sourceforge.net, CuTest +homepage}. + @item CppUnit The premier unit testing framework for C++; you can also use it to test C code. It is stable, actively developed, and has a GUI interface. The @@ -785,12 +790,12 @@ easier for the developer to write, run, and analyse tests. * No Fork Mode:: * Test Fixtures:: * Multiple Suites in one SRunner:: -* Testing Signal Handling and Exit Values:: +* Testing Signal Handling and Exit Values:: * Looping Tests:: * Test Timeouts:: * Determining Test Coverage:: * Test Logging:: -* Subunit Support:: +* Subunit Support:: @end menu @node Running Multiple Cases, No Fork Mode, Advanced Features, Advanced Features @@ -1290,7 +1295,7 @@ of the same log output as before but in XML: @end verbatim @end example -@node Subunit Support, , Test Logging, Advanced Features +@node Subunit Support, , Test Logging, Advanced Features @section Subunit Support Check supports running test suites with subunit output. This can be useful to