From: Nicolas C. <war...@fr...> - 2003-06-04 05:56:06
|
> > > My preference would be to be able to compile the > > > library *without* the unit testing code in it. > > > This will require some thought, and probably > > > some makefile hacking. > > > > Why Brian ? > > I mean, having a big ExtLib.cma is not a problem, since > > we're using different modules, > > Unit testing code is usually implemented as a seperate > program which uses the library, not as part of the library. Mea Culpa ! I really misunderstood the topic of this thread :) I was thinking that we could add an "Unit test library" to the ExtLib, which would of course be compiled with it. As for "writing unit tests for ExtLib" , if someone have enough will to so so, then why not... but I don't see myself covering all Enum cases that can occur with unit tests :-) I think we can make releases/bugfix enough often to wait for the users to find bugs. Nicolas Cannasse |