cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
test driven development using vs2008
test driven development using vs2008
Jan 23, 2009 at 4:13am UTC
foobar8675
(6)
does anyone use the unit testing tools that come with c++ visual studio 2008? i've used the c# unit tests but can't get the c++ version to work.
i followed the steps here
http://social.msdn.microsoft.com/forums/en-US/vststest/thread/3034be9a-5ab2-4d23-baa2-1492a1801d81/
but am still getting errors where my test project can not find the .h of my main project.
if anyone has any advice, i'd appreciate it. thanks.
Jan 25, 2009 at 7:32pm UTC
Zaita
(2770)
Some good ones you can use are
NUNIT and Boost::Test. As for setup questions. Best asked on the respective forums.
Topic archived. No new replies allowed.