Home « R&D « C++ « CxxTest setup for the Visual Studio IDE «
Comment: C++
| Next >> |
by Gail on Sep. 5 2008
I wrote two simple tests one of which fails: TS_FAIL("ERROR"). The other always passes: TS_ASSERT(1 == 1);
My pre-build command is: cxxtestgen.pl -o MyTest.cpp --runner=ParenPrinter MyTest.h
My post-build command is 3 lines: echo "Run test"
MyTest.exe
echo "Test Completed"
The echoes work fine. Thank you Microsoft
If you have any ideas I would be grateful for the help! Thanks.