Voila le patch vient d’être commité sur le svn de KDE, il ajoute la sortie xml issue de l’execution d’un test unitaire utilisant la bibliothèque QTestLib, les autres tests produisent leur sortie habituelle.Pour activer la sortie XML dans un fichier testname.tml, il suffit d’ordonner la construction des tests unitaires, et à l’execution de la commande “make test”, les fichiers de sortie seront produit. Je travaille actuellement sur la rédaction d’un outil de mise en page de ces résultats.

The cmake buildsystem patch has just been commited to the KDE svn, it adds the xml output log from the execution of a unit test using the QTestLib Framework, the other tests produce their usual logs.In order to activate the XML log to a file testname.tml, the only thing you have to do is to order the construction of unit tests, and execute a “make test” command, the output files will be produced. I currently work on a tool that produces human readable reports. (working on the EBN)