]> granicus.if.org Git - check/commitdiff
* add CuTest to docs (thanks SJS)
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 16 Jan 2010 07:13:46 +0000 (07:13 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 16 Jan 2010 07:13:46 +0000 (07:13 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@574 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/check.texi

index 22d419eb71e036037b04bd42e1de37115ed77788..6f74ab591c557a14f15ca114709414f7d0c7f65a 100644 (file)
@@ -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