On Tue, 2006-05-23 at 16:54 +0200, Graeme Geldenhuys wrote:
> On 5/23/06, Joost van der Sluis <[EMAIL PROTECTED]> wrote:
> > > With some more makefile magic testing can be limited either to 
> > > rtl/compiler or
> > > extended to everything.
> >
> > I should use option 2 - add a directory to tests for the fpcunit-tests.
> > Then, depending on some switch you can turn of the compilation of groups
> > of tests. Like only compile the RTL-tests, or compile RTL, FCL and DB-
> > tests.
> >
> > That's easily done with the example i've send to the list.
> 
> That's already possible with fpcUnit's text runner.  If you group the
> tests in suites like I suggested before (FCL suite, RTL suite, etc)
> you can pass the command line param to the text test runner and it
> will only execute that suites tests.
> 
> use --suite=MyTestSuiteName to run only the tests in a single test suite class
> use --all to run all test suites registered.

I've used the fpcUnit's text runner. (a stripper version, but ok) The
problem is that you don't want to compile all those tests. 
Thus the FCL-testsuite shoudn't be compiled, since it won't work or you
don't want to pull the FCL in.

You can't do that with a command line param

Joost.

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to