<?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: Unit Testing and Code Coverage with Xcode</title>
	<atom:link href="http://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/</link>
	<description>Chris Liscio&#039;s Boo-urns Log</description>
	<lastBuildDate>Thu, 08 Dec 2011 10:40:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ryan</title>
		<link>http://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/comment-page-1/#comment-113116</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 24 Mar 2011 21:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.supermegaultragroovy.com/blog/?p=57#comment-113116</guid>
		<description>&lt;p&gt;Love the monkey references. Keep up the good work :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Love the monkey references. Keep up the good work :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Unit testing and coverage with XCode &#124; Jun Wang Odesk</title>
		<link>http://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/comment-page-1/#comment-112382</link>
		<dc:creator>Unit testing and coverage with XCode &#124; Jun Wang Odesk</dc:creator>
		<pubDate>Tue, 08 Feb 2011 08:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.supermegaultragroovy.com/blog/?p=57#comment-112382</guid>
		<description>&lt;p&gt;[...] I just got coverage working too, thanks to a useful article at SuperMegaUltraGroovy on how to use code coverage with XCode. There were a couple of caveats that I thought I’d share, though.So, to repeat SMUG’s [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I just got coverage working too, thanks to a useful article at SuperMegaUltraGroovy on how to use code coverage with XCode. There were a couple of caveats that I thought I’d share, though.So, to repeat SMUG’s [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: iOS: Running Unit Tests with Code Coverage in Hudson &#171; Software Noise</title>
		<link>http://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/comment-page-1/#comment-109085</link>
		<dc:creator>iOS: Running Unit Tests with Code Coverage in Hudson &#171; Software Noise</dc:creator>
		<pubDate>Sun, 14 Nov 2010 16:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.supermegaultragroovy.com/blog/?p=57#comment-109085</guid>
		<description>&lt;p&gt;[...] In the &#8220;GCC 4.2 Preprocessing&#8221; section enable &#8220;Generate Test Coverage Files&#8221; and &#8220;Instrument Program Flow&#8221;. Add -lgcov to &#8220;Linking&#8221; section &#8220;other linker flags&#8221;. I got that info from here. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] In the &#8220;GCC 4.2 Preprocessing&#8221; section enable &#8220;Generate Test Coverage Files&#8221; and &#8220;Instrument Program Flow&#8221;. Add -lgcov to &#8220;Linking&#8221; section &#8220;other linker flags&#8221;. I got that info from here. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Blaine</title>
		<link>http://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/comment-page-1/#comment-97269</link>
		<dc:creator>Blaine</dc:creator>
		<pubDate>Wed, 16 Jun 2010 00:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.supermegaultragroovy.com/blog/?p=57#comment-97269</guid>
		<description>&lt;p&gt;I have overcome all problems with setting up gcov on my iPhone project but now I am getting the following:&lt;/p&gt;

&lt;p&gt;profiling:/Users:Cannot create directory&lt;/p&gt;

&lt;p&gt;Does anyone have any suggestions as to what I might be doing wrong?&lt;/p&gt;

&lt;p&gt;I originally setup gcov following Google&#039;s instructions: http://code.google.com/p/coverstory/wiki/UsingCoverstory&lt;/p&gt;

&lt;p&gt;I am not doing unit testing at this stage. I am planning on doing GUI-based testing using a tool similar to Sikuli (an awesome tool developed by MIT, check it out at sikuli.org)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have overcome all problems with setting up gcov on my iPhone project but now I am getting the following:</p>

<p>profiling:/Users:Cannot create directory</p>

<p>Does anyone have any suggestions as to what I might be doing wrong?</p>

<p>I originally setup gcov following Google&#8217;s instructions: <a href="http://code.google.com/p/coverstory/wiki/UsingCoverstory" rel="nofollow">http://code.google.com/p/coverstory/wiki/UsingCoverstory</a></p>

<p>I am not doing unit testing at this stage. I am planning on doing GUI-based testing using a tool similar to Sikuli (an awesome tool developed by MIT, check it out at sikuli.org)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Unit testing and coverage with XCode &#124; Michael Tyson</title>
		<link>http://supermegaultragroovy.com/2005/11/03/unit-testing-and-code-coverage-with-xcode/comment-page-1/#comment-83782</link>
		<dc:creator>Unit testing and coverage with XCode &#124; Michael Tyson</dc:creator>
		<pubDate>Sun, 29 Nov 2009 17:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.supermegaultragroovy.com/blog/?p=57#comment-83782</guid>
		<description>&lt;p&gt;[...] just got coverage working too, thanks to a useful article at SuperMegaUltraGroovy on how to use code coverage with XCode. There were a couple of caveats that I thought I&#8217;d share, though.  So, to repeat SMUG&#8217;s [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] just got coverage working too, thanks to a useful article at SuperMegaUltraGroovy on how to use code coverage with XCode. There were a couple of caveats that I thought I&#8217;d share, though.  So, to repeat SMUG&#8217;s [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

