Re: [Cppunit-devel] [slightly OT] output to dos shell
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-11-04 12:36:30
|
CppUnit 1.7.2 does that without trouble. Test are run as a post-build step in CppUnitTests example, and error are reported in a VC++ compatible format. Look up examples/cppunittests/CppUnitTestMain.cpp for details. Baptiste. ----- Original Message ----- From: "Michael Finney" <mf...@mi...> To: <cpp...@li...> Sent: Thursday, October 25, 2001 4:39 PM Subject: [Cppunit-devel] [slightly OT] output to dos shell > > I was trying to output test results to standard output so that the Master > Build can detect a failure or success; similar to JUnit's test runner. > However, VC++ 6.0 seems to eat standard-output. Anything I try to send out, > does not show up when I try to launch the application from a command line. > How can I get some text results to show up when I run the MFC application > from the command line? > > (I am using M. Feather's version of CPPUnit, but I knew there were a lot of > people familiar with xUnit and VC++ here.) > > Thank you. > Michael > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppunit-devel > |