You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EMBBlaster edited this page Jan 14, 2022
·
6 revisions
When Delphi doesn't have DUnitX
From the .\DUnitX\Expert folder, open the appropriate DUnitX_IDE_Expert_.dproj file.
(Versions 2010 and upwards are included)
First Build the project, then right click in the project manager and Install the package.
(Need to add something about including the the .pas files in the projects search path. Recommended to do so with an environment variable like as below.)
Using this repo instead of Embarcadero bundled version
Under Install Packages - remove "Embarcadero Unit Testing IDE Package"
Remove $(BDS)\source\DUnitX from the browsing path
Under tools options, go to environment variables, add a user override for DUNITX - point it to the Source folder in your local clone of the repo.
Open the expert project for your delphi version, compile and install the expert
From the .\DUnitX\Expert folder, open the appropriate DUnitX_IDE_Expert_.dproj file.
(Versions 2010 and upwards are included)
First Build the project, then right click in the project manager and Install the package.
Restart the IDE. After that you should be using the repo version.