This is one reason I extended CppUnit with a CORBA interface.
See the open discussion message "CORBA and other extensions."
If you're willing to install MICO, then you can run C++ test units from
the JUnit test runners, including the Swing UI. It has worked well for
me. Your C++ units can still run as normal CppUnits and do not
need to be changed to be callable through the CORBA interface.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anyone know of java ui that works with cppunit?
I want to unit test c++ programs cross os and still use the little testrunner dialog.
This is one reason I extended CppUnit with a CORBA interface.
See the open discussion message "CORBA and other extensions."
If you're willing to install MICO, then you can run C++ test units from
the JUnit test runners, including the Swing UI. It has worked well for
me. Your C++ units can still run as normal CppUnits and do not
need to be changed to be callable through the CORBA interface.