On Fri, Nov 21, 2008 at 11:51 AM, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > > It would be really good if there was a guide, preferably in the wiki, > to explain how to add a new test case to Free Pascal. > > I have already some test cases in mind, like making sure static > methods compile (an error in 2.2.2) and then after some discussion the > utf-8 test cases. At the moment I can't add the test cases because I > don't know how to.
For everything but deep compiler stuff, I would think fpcUnit should do perfectly. After all, that is what fpcUnit (or unit testing in general) is for. And unit tests can have a GUI or Text (console) test runner. The latter being handy for automated runs - daily or hourly. tiOPF project does this and we have around 1600 unit tests. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel