- the test project is a C++/CLI DLL compiled with /CLR option.
- the project containing the code under test has an additional project configuration that generates a static LIB instead of an executable.
- the test project links to the native LIB above.
Sunday, 28 December 2008
Using NUnit with C++ - Part 2
Follow up from part 1
We've been experimenting at work with writing unit-tests against native code for 2 months now. We're using NUnit together with CruiseControl and it works fine.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment