mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
Add README for Delphi port
This commit is contained in:
parent
28c2909e3f
commit
c2d48e5765
13
Delphi/README.md
Normal file
13
Delphi/README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Delphi port of the Gilded-Rose Kata
|
||||||
|
This is a Delphi port of the *Gilded-Rose-Kata*.
|
||||||
|
|
||||||
|
## Version Compatibility
|
||||||
|
The project files are written in Delphi 10.3.3 therefore require 10.3 or later.
|
||||||
|
That said, the actual code should be compatible back to Delphi 2010 as the unit
|
||||||
|
tests are written in [DUnitX](https://github.com/VSoftTechnologies/DUnitX) which
|
||||||
|
requires Delphi 2010 or later.
|
||||||
|
|
||||||
|
## Building and Running
|
||||||
|
* Open the project group `GildedRose.groupproj`.
|
||||||
|
* Build and run the `TextTestFixture.exe` for the text output tests.
|
||||||
|
* Build and run the `UnitTests.exe` project to execute the unit tests.
|
||||||
Loading…
Reference in New Issue
Block a user