Re: [Doxygen-develop] Fortran code test suite
Brought to you by:
dimitri
From: Oleg B. <og...@gm...> - 2011-03-11 09:21:43
|
Hi, >>> I think it would be a good idea to have some sort of test suite to >>> test if all Fortran constructs and especially the newer ones are >>> covered by Doxygen. >> This is a good idea. Especially, if it is possible to match doxygen >> output against predefined answer, so not only program errors are >> caught but also failures. I doubt however that it is easy to achieve. I found there is an xml output from Doxygen. Has anyone tried to write regression tests based on it, using XPath or any similar technique? It seems to be good tool to verify parsers. Oleg |