Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] Running a cppunit TestApplication in post-build step, and using the reports.

Hi everybody.

I've fallen down a deep trouble with eclipse. 
During long time, I've devoted to using eclipse+CDT with cppunit for unit
test.
So I made my configuration to execute testApp using post-build tab.

The troubles are as follows:

1. Post-build event is played only if there is at least one change of
project.
How can I set it to be executed always when I build my project?

2. The testApp reports errors and some information for those that helps to
track where it is, such as line number and file name, (e.g.
main.cpp:21:Assertion...) using standard outputting into the console. But
the eclipse's embedded problems view doesn't recognize it. Only compile
errors and warnings are reported.
Is there any good way to use that information to track the errors
conveniently?

Best regards,
Kiwon Um
-- 
View this message in context: http://www.nabble.com/Running-a-cppunit-TestApplication-in-post-build-step%2C-and-using-the-reports.-tf4290269.html#a12213363
Sent from the Eclipse CDT - core mailing list archive at Nabble.com.



Back to the top