RE: CUnit ant task

2006-06-16 Thread Prasad Khambete
Hi Jan Thanks for the suggestions and feedback. I will open a bugzilla and post the patch there. I dont have a web-site or plans to maintain it by myself. I could open an RFE so we can add features as needed Regards -Prasad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

RE: AW: CUnit ant task

2006-06-16 Thread Prasad Khambete
Steve, Thanks for the response and suggestions. yes, cleanup is problem for unit testing executables - so the exe quits at the first failure. (of course it is not the same as having a test suite where some tests could fail and yet others can get exercised) but that is what we could do. CUnit do

FW: CUnit ant task

2006-06-15 Thread Prasad Khambete
PS: the email with the attachment bounced, so I am retrying without the attachment - 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 ta