Re: [fpc-pascal] FPCUnit tests without Lazarus

2013-10-21 Thread Graeme Geldenhuys
On Friday 18/10/2013 at 21:48, luciano de souza wrote: I don't know why I made this confusion. Sorry! Maybe you updated FPC a while back without doing a 'make clean' before the time - thus old or renamed directories and units still stayed behind. This was/is a problem for many.

[fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread luciano de souza
Hello all, FPCUnit is a very good feature to test Pascal applications. At uses clause, it's needed to declare fpcunit e testregistry. It's also necessary to use the Console Test Runner. Yes, it's a good approach. Nowever, fpcunit is on the FPc core and TestRegistry and console Test Runner on the

Re: [fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread Michael Van Canneyt
On Fri, 18 Oct 2013, luciano de souza wrote: Hello all, FPCUnit is a very good feature to test Pascal applications. At uses clause, it's needed to declare fpcunit e testregistry. It's also necessary to use the Console Test Runner. Yes, it's a good approach. Nowever, fpcunit is on the FPc

Re: [fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread luciano de souza
Yes, you are right. Now, I observe that we have two foldders: fpcunit and fcl-fpcunit. The missing units were in the last one. I don't know why I made this confusion. Sorry! 2013/10/18, Michael Van Canneyt mich...@freepascal.org: On Fri, 18 Oct 2013, luciano de souza wrote: Hello all,

Re: [fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread Sven Barth
No need to be sorry. Sometimes one simply doesn't see the obvious ;) Regards, Sven On 18.10.2013 21:48, luciano de souza wrote: Yes, you are right. Now, I observe that we have two foldders: fpcunit and fcl-fpcunit. The missing units were in the last one. I don't know why I made this