From c2d48e5765665534b262edee54632dc0913612e2 Mon Sep 17 00:00:00 2001 From: Richard Hatherall Date: Sun, 19 Jan 2020 14:48:37 +0000 Subject: [PATCH] Add README for Delphi port --- Delphi/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Delphi/README.md diff --git a/Delphi/README.md b/Delphi/README.md new file mode 100644 index 00000000..7023295c --- /dev/null +++ b/Delphi/README.md @@ -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.