From: Bardur A. <oca...@sc...> - 2005-01-17 08:56:32
|
On Mon, Jan 17, 2005 at 12:38:28PM +1100, skaller wrote: > On Mon, 2005-01-17 at 11:37, Brian Hurt wrote: > > My apologies for being silent for so long (life intervened). One > > question on this subject: is there a reason we're not using OUnit? > > Dependencies. The test mechanism needs to be independent > of everything that isn't either in standard Ocaml > distro or Extlib. It seems that OUnit doesn't actually depend on anything else (well, except findlib for the build procedure, but that's easily remedied -- it's just one module after all), so I'm guessing you mean that you don't want ExtLib to become dependent on OUnit...? What about just bundling a version of OUnit with ExtLib? The code seems to be under a BSD-ish license (w/o advertising clause), so this would be permitted and it shouldn't really cause any maintenance issues as the OUnit code (nor any code using OUnit) shouldn't be installed anyway. Cheers, -- Bardur Arantsson <ba...@im...> <ba...@sc...> Light a man a fire, you warm him for a night. Light a man on fire, he'll be warm the rest of his life. |