[fpc-devel] Unicode and Lazarus
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Fri Nov 21 11:51:47 CET 2008
    
    
  
On 21 Nov 2008, at 10:51, Felipe Monteiro de Carvalho 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.
It is documented here: http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/tests/readme.txt?view=markup
You can find tons of examples under http://svn.freepascal.org/cgi-bin/viewvc.cgi/trunk/tests/
Description of the subdirectory names:
<stolen from Florian>
test: systematic tests, usually developed by test driven development
webtbs: tests derived from bug tracker bugs requiring successful  
compilation and run
webtbf: tests derived from bug tracker bugs requiring failing of  
compilation
tbs: tests derived from non tracker reports or ideas while fixing   
something requiring successfull compilation and run
tbf: tests derived from non tracker reports or ideas while fixing  
something requiring failing compilation
</stolen>
Jonas
    
    
More information about the fpc-devel
mailing list