This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] revisited QNX 6.1 patch
> I haven't had time to run any of the gcc testsuites on QNX natively,
> due to lack of dejagnu. I've spent a half day trying to port expect,
> but other things came up and it's slipped to the back burner.
Getting dejagnu working is probably wise.
However, if you are just testing C++ other options also exist.
Mark and Codesourcery have done the QMTest tool:
http://www.codesourcery.com/qm/qmtest
Also, the libstdc++ tests can be run with a bash script, using the 'make
check-script' and 'make check-script-install' hooks.
-benjamin