|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
How to do this ?Hi, I had heard about CPPUnit long time back and wanted to use it in my project. i used the mfc samples and found it to be exciting. However, I have a few queries regarding one feature of CppUnit "Compiler-like text output to integrate with an
IDE". the mfc sample which i used, will pop up the testcase UI only when we Run the application. can the feature be used during developing dlls and services ? i.e is it possible to display the results of the Test cases when we compile/build a dll rather than executing it ? if yes, please let me know "how" Thanks, Nidhish
Heres a new way to find what you're looking for - Yahoo! Answers ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cppunit-devel mailing list Cppunit-devel@... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |
|
|
Re: How to do this ?Yes you can. See examples\simple\simple_plugin.dsp
for an example of this. The DllPlugInTester what created just for
this.
Baptiste.
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Cppunit-devel mailing list Cppunit-devel@... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |
| Free Forum Powered by Nabble | Forum Help |