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
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
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