From: Richard J. <ri...@an...> - 2004-12-18 11:39:01
|
On Sat, Dec 18, 2004 at 09:33:13AM +0200, Janne Hellsten wrote: > Yes, much slower, depending on the tests. Especially Cygwin where=20 > process invokation is dead slow for some reason. >=20 > The testing suite also needs to build and run easily on Windows. How about lots of tiny test programs (test1.ml, test2.ml, test_string_exists.ml, ...) which are linked together into a main program. The main program (test.ml) would be generated by the Makefile and would basically consist of something like: let () =3D Test1.test (); Test2.test (); Test_string_exists.test (); (* ... *) print_endline "Tests OK" Rich. --=20 Richard Jones. http://www.annexia.org/ http://www.j-london.com/ >>> http://www.team-notepad.com/ - collaboration tools for teams <<< Merjis Ltd. http://www.merjis.com/ - improving website return on investment Learn Objective CAML - http://www.merjis.com/developers |