Hi all,
I was wondering if anyone have made microsoft team system able to call the existing cppunit test for a system ? and have figured out a way to keep the orignial tests, and call them from .NET
a) without poluting all our projects with .NET, and keeping them native/unmanaged !
b) without forcing the developers to write extra code to make it run with team system !
I't appears that there is an a trick to make NUnit able to call cppunit test suites.
Any other suggestions ?
( I don't want to write a TestRunner that is .NET based. Basically I just would like to avoid having to setup and maintain CruiseControl .NET for the purpose of running cppunit allone.
thanks
kenneth
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I was wondering if anyone have made microsoft team system able to call the existing cppunit test for a system ? and have figured out a way to keep the orignial tests, and call them from .NET
a) without poluting all our projects with .NET, and keeping them native/unmanaged !
b) without forcing the developers to write extra code to make it run with team system !
I't appears that there is an a trick to make NUnit able to call cppunit test suites.
Any other suggestions ?
( I don't want to write a TestRunner that is .NET based. Basically I just would like to avoid having to setup and maintain CruiseControl .NET for the purpose of running cppunit allone.
thanks
kenneth