Re: [Doxygen-develop] Const test cases working fine -- Re: [Doxygen-users] Doxygen-1.3.9.1-20040612
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2004-12-12 10:15:16
|
> > I've working on a simple regression test suite myself (see attachment). > > I think it is indeed a good idea to collect more test cases so any > > regression is found quickly. > > > > I've added your const functions now, and any new test cases or > > improvements to the scripts are welcomed. > Hi I will test it and try to combine it with my work also. > > What does your test suit do? > ++ Check if the doxygen xml output has change since the last time > -- Check if the doxygen output has some specific result! > From the README: This directory contains a number of test source files and two scripts - update.sh: Updates the reference output for each test. The XML output is used for this, as this doesn't contain any layout specifics. This should typically be done once using a version of doxygen that is known to be good. - check.sh: Runs each test and checks the output against the last updated version. Warnings reported by doxygen or differences in the output produced make a test fail. Differences are placed in a diff file with the name of the test file. So you basically run update.sh once (and again if some features are add that result in different output). And then use check.sh to verify if the results are still the same by comparing the XML output) and if doxygen doesn't produce any warnings. Regards, Dimitri |