Search code examples
delphidelphi-xedunit

how to compile DUnit2


I've just downloaded from SVN the DUnit2 code base. Does someone has compiled it successfully? What steps/prerequisites I've to follow in order to compile it? Do someone knows if an already compiled version exists?

thank you

fabio vitale


Solution

  • In the projects directory, find the subdirectory corresponding to your version of Delphi. In it, you should find a project-group file, either DUnit2ProjectGroup.bpg , DUnit2ProjectGroup.bdsgroup or DUnit2Delphi<version>.groupproj. Open it and compile all the projects in order.

    Using DUnit2 is pretty much the same as using DUnit.