Skip to content

Commit 6561c9c

Browse files
author
Arnd R. Strube
committed
Fix up Stories page
1 parent 4e88e6d commit 6561c9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stories.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,23 @@ title: Useful CppUTest Application Stories
44
---
55

66
# Useful CppUTest Application Stories
7+
78
## Table of Content
9+
810
* [Unit Testing With IAR Embedded Workbench](#iar)
911

1012
<a id="iar"> </a>
13+
1114
## Unit Testing With IAR Embedded Workbench
15+
1216
By Heath Raftery
1317

1418
[The original post in CppUTest google group](https://groups.google.com/forum/#!topic/cpputest/WxCfnVZYGHw)
1519

1620
I've just completed an assessment of CppUTest for adoption as our company's standard Unit Testing framework. It was a bit of a battle at times but I've come out victorious so would like to share my experience for three reasons: see if there's anything I could be doing better; provide a crumb trail for other pioneers; and also contribute to CppUTest itself.
1721

1822
One of our strict criteria is compatibility with IAR Embedded Workbench 6.4 projects. We don't want to have to maintain a separate build environment just to run tests. Here's what I found:
23+
1924
Pulling from git source was best way to download, since that simultaneously allows us to make local changes to enable a build and store it all in our own repositories, while still allowing synchronisation with changes to the CppUTest source. As a bonus, for our users that don't want to know about git, as far as they're concerned they're pulling the software from our (SVN) repository.
2025

2126
To build the CppUTest library in IAR, I created a new empty IAR project in the root folder of cpputest and made the following changes:

0 commit comments

Comments
 (0)