<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: C++ Unit Testing With Boost.Test</title>
	<atom:link href="http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/</link>
	<description>A man needs a little madness, or else he never dares cut the rope and be free. -Nikos Kazantzakis</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: emc testing lab</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-476664</link>
		<dc:creator>emc testing lab</dc:creator>
		<pubDate>Sat, 28 Jan 2012 02:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-476664</guid>
		<description>&lt;strong&gt;emc testing lab...&lt;/strong&gt;

[...]a little madness &#187; Blog Archive &#187; C++ Unit Testing With Boost.Test[...]...</description>
		<content:encoded><![CDATA[<p><strong>emc testing lab&#8230;</strong></p>
<p>[...]a little madness &raquo; Blog Archive &raquo; C++ Unit Testing With Boost.Test[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KEPS</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-413571</link>
		<dc:creator>KEPS</dc:creator>
		<pubDate>Sun, 09 Oct 2011 09:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-413571</guid>
		<description>Thank goodness for some clarity on this!  Thanks very much for your nice tutorial.</description>
		<content:encoded><![CDATA[<p>Thank goodness for some clarity on this!  Thanks very much for your nice tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Di Bartolomeo</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-367492</link>
		<dc:creator>Marco Di Bartolomeo</dc:creator>
		<pubDate>Mon, 01 Aug 2011 17:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-367492</guid>
		<description>A very nice Boost.Test tutorial! Thank you.</description>
		<content:encoded><![CDATA[<p>A very nice Boost.Test tutorial! Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Very nice and concise blog post about Boost.Test &#124; The Lone C++ Coder&#39;s Blog</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-307646</link>
		<dc:creator>Very nice and concise blog post about Boost.Test &#124; The Lone C++ Coder&#39;s Blog</dc:creator>
		<pubDate>Fri, 18 Mar 2011 22:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-307646</guid>
		<description>[...] a little madness » Blog Archive » C++ Unit Testing With Boost.Test               This entry was posted in C++ and tagged c++, unit testing. Bookmark the permalink.    &#8592; Emacs 23.3 released [...]</description>
		<content:encoded><![CDATA[<p>[...] a little madness » Blog Archive » C++ Unit Testing With Boost.Test               This entry was posted in C++ and tagged c++, unit testing. Bookmark the permalink.    &larr; Emacs 23.3 released [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-218313</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 27 May 2010 07:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-218313</guid>
		<description>Is there a way to put separate test suites in different files such that I can either compile and run them individually or all together?  Sometimes I only want to run the tests for a single module I&#039;m working on, other times I want to run all the tests for the entire project.</description>
		<content:encoded><![CDATA[<p>Is there a way to put separate test suites in different files such that I can either compile and run them individually or all together?  Sometimes I only want to run the tests for a single module I&#8217;m working on, other times I want to run all the tests for the entire project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gui</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-209259</link>
		<dc:creator>Gui</dc:creator>
		<pubDate>Wed, 17 Mar 2010 10:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-209259</guid>
		<description>Thanks Jason, I tried to cross compile Boost.Test through bjam. It is pretty easy to use and automatize. Using Bjam with the &quot;--with-test&quot; parameter will only compile Boost.Test.</description>
		<content:encoded><![CDATA[<p>Thanks Jason, I tried to cross compile Boost.Test through bjam. It is pretty easy to use and automatize. Using Bjam with the &#8220;&#8211;with-test&#8221; parameter will only compile Boost.Test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208780</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 14 Mar 2010 08:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208780</guid>
		<description>Hi Gui,

AFAIK Boost.Test does not require any of the other Boost libraries.  I haven&#039;t tried installing just Boost.Test to verify this, though.</description>
		<content:encoded><![CDATA[<p>Hi Gui,</p>
<p>AFAIK Boost.Test does not require any of the other Boost libraries.  I haven&#8217;t tried installing just Boost.Test to verify this, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gui</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208285</link>
		<dc:creator>Gui</dc:creator>
		<pubDate>Wed, 10 Mar 2010 09:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208285</guid>
		<description>Does anyone know if it is possible to use boost.test without any other boost library ?</description>
		<content:encoded><![CDATA[<p>Does anyone know if it is possible to use boost.test without any other boost library ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gui</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208198</link>
		<dc:creator>Gui</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208198</guid>
		<description>Did not see the previous answer. Seems that on ubuntu boost is multi-threading enable. Following line solve the problem :
g++ -ohello -lboost_unit_test_framework-mt hello.cpp</description>
		<content:encoded><![CDATA[<p>Did not see the previous answer. Seems that on ubuntu boost is multi-threading enable. Following line solve the problem :<br />
g++ -ohello -lboost_unit_test_framework-mt hello.cpp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrik Gammelby</title>
		<link>http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/comment-page-1/#comment-208197</link>
		<dc:creator>Ulrik Gammelby</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/#comment-208197</guid>
		<description>I agree with the other posters, thanks for this gentle and useful introduction to boost tests. The official documentation is WAY too heavy on (irrelevant) words, such as general chatter about why testing is a good thing and long elaborations on how things looked earlier in the framework, confusing the picture if you are just scanning for a specific piece of information.</description>
		<content:encoded><![CDATA[<p>I agree with the other posters, thanks for this gentle and useful introduction to boost tests. The official documentation is WAY too heavy on (irrelevant) words, such as general chatter about why testing is a good thing and long elaborations on how things looked earlier in the framework, confusing the picture if you are just scanning for a specific piece of information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

