I want to use Hudson CI for my c-project, which also uses CUnit. However, I also realized that there is currently no plugin that supports CUnit. Therefore, I read on the Internet that this is possible using the xUnit plugin, translating CUnit and JUnit, but you will get an error when using the provided file.
[xUnit] [ERROR] - The plugin hasn't been performed correctly: Conversion error Error to convert the input XML document
So my question is; does anyone successfully run CUnit tests in hudson. And then, how?
source
share