Re: [NAnt-users] Unit testing and Code coverage of ansi C code

2006-04-19 Thread Ray Tayek
At 09:55 PM 4/19/2006, you wrote: I've currently implemented a continuous integration process using NAnt, NUnit and NCover for our .NET applications (C# source code). Is there a means of doing the same thing (unit testing and code coverage) for C code using NAnt? i have been using nunit wit

[NAnt-users] Unit testing and Code coverage of ansi C code

2006-04-19 Thread Darren Gage
Title: Unit testing and Code coverage of ansi C code I've currently implemented a continuous integration process using NAnt, NUnit and NCover for our .NET applications (C# source code). Is there a means of doing the same thing (unit testing and code coverage) for C code using NAnt? Thanks