<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>testdriven.com &#187; C &amp; C++</title>
	<atom:link href="http://www.testdriven.com/tag/c_cpp_post_tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.testdriven.com</link>
	<description>Wrangling quality out of chaos</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:15:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>cfix &#8211; xUnit testing framework for Win32 and NT kernel mode</title>
		<link>http://www.testdriven.com/2009/03/cfix_xunit_testing_framework_for_win32_and_nt_kernel_mode/</link>
		<comments>http://www.testdriven.com/2009/03/cfix_xunit_testing_framework_for_win32_and_nt_kernel_mode/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 04:33:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2407</guid>
		<description><![CDATA[cfix is an open source xUnit testing framework for C/C++, fully specialized for Win32 (32/64 bit) and NT kernel mode development. Licensed under the GNU Lesser Public License 3.0. link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2009/03/cfix_xunit_testing_framework_for_win32_and_nt_kernel_mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUTE: A Concolic Unit Testing Engine for C and Java</title>
		<link>http://www.testdriven.com/2007/10/cute_a_concolic_unit_testing_engine_for_c_and_java/</link>
		<comments>http://www.testdriven.com/2007/10/cute_a_concolic_unit_testing_engine_for_c_and_java/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 14:29:23 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2339</guid>
		<description><![CDATA[CUTE (a Concolic Unit Testing Engine for C and Java) is a tool to systematically and automatically test sequential C programs (including pointers) and concurrent Java programs. CUTE combines concrete and symbolic execution in a way that avoids redundant test cases as well as false warnings. The tool also introduces a novel race-flipping technique to [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2007/10/cute_a_concolic_unit_testing_engine_for_c_and_java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cgreen: C unit testing framework</title>
		<link>http://www.testdriven.com/2006/11/cgreen_c_unit_testing_framework/</link>
		<comments>http://www.testdriven.com/2006/11/cgreen_c_unit_testing_framework/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 10:48:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2228</guid>
		<description><![CDATA[Cgreen is a C unit tester written in pure C99. Features&#8230; 1) Composite test suites. 2) setup() and teardown(). 3) Each test runs in its own process. 4) A single test runs in the current process for easy debugging. 5) Ability to easily mock functions. 6) The reporting can be easily changed. Released as open [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2006/11/cgreen_c_unit_testing_framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RCUNIT: C Unit testing framework</title>
		<link>http://www.testdriven.com/2006/10/rcunit_c_unit_testing_framework/</link>
		<comments>http://www.testdriven.com/2006/10/rcunit_c_unit_testing_framework/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 12:37:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2217</guid>
		<description><![CDATA[RCUNIT is a robust C unit testing framework. It provides uniform interfaces for managing tests, setup and tear down functions both for tests and test suites, multiple test registries and test suites, test run and assertion failure callbacks, and an output redirection mechanism for log and test run reports. RCUNIT also provides a runtime memory [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2006/10/rcunit_c_unit_testing_framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rapidoTest: unit-testing framework for C/C++</title>
		<link>http://www.testdriven.com/2006/09/rapidotest_unit_testing_framework_for_c_c/</link>
		<comments>http://www.testdriven.com/2006/09/rapidotest_unit_testing_framework_for_c_c/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 15:09:25 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2169</guid>
		<description><![CDATA[RapidoTest is a unit testing framework for C++ and C projet(s) under Linux environments based on NUnit&#8217;s philosphy. The main features are: wide variety of assertions, deploy test suite in Auto Test, Automatic test registration.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2006/09/rapidotest_unit_testing_framework_for_c_c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UnitTest++: lightweight unit testing framework for C++</title>
		<link>http://www.testdriven.com/2006/03/unittest_lightweight_unit_testing_framework_for_c/</link>
		<comments>http://www.testdriven.com/2006/03/unittest_lightweight_unit_testing_framework_for_c/#comments</comments>
		<pubDate>Fri, 17 Mar 2006 22:12:11 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=2111</guid>
		<description><![CDATA[UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2006/03/unittest_lightweight_unit_testing_framework_for_c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minitest: Minimal unit test library for C++</title>
		<link>http://www.testdriven.com/2005/03/minitest_minimal_unit_test_library_for_c/</link>
		<comments>http://www.testdriven.com/2005/03/minitest_minimal_unit_test_library_for_c/#comments</comments>
		<pubDate>Tue, 08 Mar 2005 16:07:34 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1906</guid>
		<description><![CDATA[Minitest is a library to help with unit testing. It provides very small set of features (one macro, two functions): * macro (MINITEST) to define a test * execute all tests, in random order (to uncover possible dependencies between the tests) * execute only tests from last modified source files (to shorten the edit &#8211; [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/03/minitest_minimal_unit_test_library_for_c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symbian Test Unit: unit-testing framework for Symbian OS</title>
		<link>http://www.testdriven.com/2005/02/symbian_test_unit_unit_testing_framework_for_symbian_os/</link>
		<comments>http://www.testdriven.com/2005/02/symbian_test_unit_unit_testing_framework_for_symbian_os/#comments</comments>
		<pubDate>Wed, 23 Feb 2005 15:29:25 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1870</guid>
		<description><![CDATA[The Symbian Test Unit is a unit testing framework for the Symbian OS platform. It is used by the developer to implement unit tests in C under Symbian platform. Symbian Test Unit is Open Source software released under Lesser General Public License Symbian Test Unit Benefits: * Syntax is very close to the original Junit [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/02/symbian_test_unit_unit_testing_framework_for_symbian_os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brew Test Unit: unit-testing framework for the Brew platform</title>
		<link>http://www.testdriven.com/2005/02/brew_test_unit_unit_testing_framework_for_the_brew_platform/</link>
		<comments>http://www.testdriven.com/2005/02/brew_test_unit_unit_testing_framework_for_the_brew_platform/#comments</comments>
		<pubDate>Wed, 23 Feb 2005 15:26:38 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1868</guid>
		<description><![CDATA[The Brew Test Unit is a unit testing framework for the Brew platform. It is used by developers to implement unit tests in C under the Brew platform. Brew Test Unit is Open Source Software released under Lesser General Public License. * Syntax is very close to the original JUnit of last versions * Expandability [...]]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/02/brew_test_unit_unit_testing_framework_for_the_brew_platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aechmea C2: DbC code generator for C++</title>
		<link>http://www.testdriven.com/2005/02/aechmea_c2_dbc_code_generator_for_c/</link>
		<comments>http://www.testdriven.com/2005/02/aechmea_c2_dbc_code_generator_for_c/#comments</comments>
		<pubDate>Fri, 11 Feb 2005 17:43:56 +0000</pubDate>
		<dc:creator>Eric Vautier</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[C & C++]]></category>
		<category><![CDATA[Tools for Unit-Testing]]></category>

		<guid isPermaLink="false">http://testdriven.tld/?p=1844</guid>
		<description><![CDATA[C2 is a code generator for C++. It enables you to use Programming by Contract in the comment lines of your source code. During compilation, the C2 compiler generates the code for the conditions you have made concerning classes, methods or functions. Of course you can use the C++ compiler of your choice.link]]></description>
		<wfw:commentRss>http://www.testdriven.com/2005/02/aechmea_c2_dbc_code_generator_for_c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.259 seconds -->

