>Hello > >In our project our unit tests are executable files. >I wanted to have something like Ant's JUnit task to be used >with CruiseControl. > >For this I modified the Ant JUnit task to have a CUnit task >(its a little bit of a hack because I wanted to get something >that was working for us but not spend too much effort) > >Is this something that might be useful to have in Ant ? >The changes to the sources and example usage is enclosed in >the .zip file. Comments, suggestions and feedback is welcome.
While I'm thinking that a <cunit> would be good as some projects using Ant for building their C-projects, Ant is not the right place for holding that, because Ant has no c-related tasks. * You could open a bugzilla for AntContrib and post your patch * You could maintain it for yourself on a website and we could point to that * You could open a RFE for the CUnit-Framework (similar to <junit> and the JUnit-Framework in the future) Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]