-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Steven Edwards Sent: 5. november 2004 00:18 To: ReactOS Development List Subject: Re: [ros-dev] Re: [ros-cvs] CVS Update: reactos
--- Thomas Weidenmueller w3seek@reactos.com wrote:
I have to agree with Alex. In my opinion all kind of test code (including regression tests) should stay out of the core implementation tree. Having test directories spread all
over the place
is imo ugly and disturbing. I'd rather like to have them
collected in
one folder or repository.
The Wine model has proven that it works and if the tests are written properly they will not be to large in source or binary form.
Hows this for a solution....Lets get a regression testing suite in place now using the model most of us like (The Wine Like layout) and once we really HAVE regression testing in place and people use it, if it is too big and too many people complain then we can look to moving it to another module.
Thanks Steven
I think that my second try at a testing framework has progressed enough for it to actually be usable. I've documented most in the chapter named "Testing Framework" in: http://212.242.245.122/ReactOSDevelopmentModel.pdf
There is still room for improvement so let me know how I can make it better.
Casper