Re: [fpc-pascal] Unit testing for RTL packages

2021-01-24 Thread Sven Barth via fpc-pascal
Am 24.01.2021 um 20:58 schrieb Noel Duffy via fpc-pascal: On 24/01/21 11:53 pm, Sven Barth via fpc-pascal wrote: Am 24.01.2021 um 08:37 schrieb Noel Duffy via fpc-pascal: How should one go about adding unit tests to a package in the RTL? In many packages, for instance fcl-db, there is a tests f

Re: [fpc-pascal] Unit testing for RTL packages

2021-01-24 Thread Noel Duffy via fpc-pascal
On 24/01/21 11:53 pm, Sven Barth via fpc-pascal wrote: Am 24.01.2021 um 08:37 schrieb Noel Duffy via fpc-pascal: How should one go about adding unit tests to a package in the RTL? In many packages, for instance fcl-db, there is a tests folder with fpcunit units and programs in them, and they'r

Re: [fpc-pascal] Unit testing for RTL packages

2021-01-24 Thread Sven Barth via fpc-pascal
Am 24.01.2021 um 08:37 schrieb Noel Duffy via fpc-pascal: How should one go about adding unit tests to a package in the RTL? In many packages, for instance fcl-db, there is a tests folder with fpcunit units and programs in them, and they're referenced in fpmake.pp as example programs, but these