* 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
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
* 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
@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