> Is there a regression testing suite for Freenet? Not anything organized and coherent.
> Should there be? Yes. It would help a lot, especially since we have several developers and much code interdependency. > I would like to start building one if this effort is not already > underway ... Please do! It might be tricky to figure out the proper test cases without deep understanding of the code, but we certainly could use it. Along with the regression tests, a coherent make system would be very helpful. Part of the problem there is that the developers usually use the scripts, which means the makefile is usually out of date. It would help if the makefile and the regression tests were integrated so that it was useful to always keep the makefile up to date (so that you can run all of the regression tests easily). I personally hate makefiles and would be in favor of an ant make system. How do everyone else feel about ant? _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
