Updated Getting the source code (markdown)

philsquared
2010-12-28 05:01:10 -08:00
parent 52646c8909
commit 856ff14d37

@@ -8,7 +8,7 @@ Just under the Downloads button you can also find the urls for pulling the code
## Where to put it?
CATCH is header only (there are some project files and cpp files for self test in there too, at the moment - just ignore those for now. So all you need to do is drop the files somewhere reachable from your project. The simplest way is to make a folder called catch, under your project's root source folder and place them there.
CATCH is header only (there are some project files and cpp files for self test in there too, at the moment - just ignore those for now). So all you need to do is drop the files somewhere reachable from your project. The simplest way is to make a folder called catch, under your project's root source folder and place them there.
The rest of this tutorial will assume that the CATCH root folder is available unqualified - but you may need to prefix it with a folder name if necessary.