Sha256: ed05d71557acd6a191d0342866a943407d0398f8b6207f1e9a09a113a7d91e68

Contents?: true

Size: 928 Bytes

Versions: 92

Compression:

Stored size: 928 Bytes

Contents

## Running The Tests

Exercises that have been fetched using the Exercism.io [command line client](http://www.exercism.io/cli) are delivered with a minimum of three files: a `readme.md` file, a `.dpr` file, and a `.pas` file.  The `.dpr` file is the Delphi project file and the `.pas` file is the test runner.  Load the Delphi project by either double clicking on the `.dpr` file or by opening the project from with in Delphi.  You will be responsible for creating a new `.pas` file that will contain your solution code that the tests will be run against.  Refer to the `readme.md` file for instruction on how to compile and execute your code.

All tests have been ignored except the first one for you to work on. To continue, just comment the `[Ignore]` attribute on the test to start working on it.

Make sure [DUnitX](https://github.com/VSoftTechnologies/DUnitX) is installed, if not already installed from the setup above.

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
trackler-2.1.0.53 tracks/delphi/docs/TESTS.md
trackler-2.1.0.52 tracks/delphi/docs/TESTS.md
trackler-2.1.0.51 tracks/delphi/docs/TESTS.md
trackler-2.1.0.50 tracks/delphi/docs/TESTS.md
trackler-2.1.0.49 tracks/delphi/docs/TESTS.md
trackler-2.1.0.48 tracks/delphi/docs/TESTS.md
trackler-2.1.0.47 tracks/delphi/docs/TESTS.md
trackler-2.1.0.46 tracks/delphi/docs/TESTS.md
trackler-2.1.0.45 tracks/delphi/docs/TESTS.md
trackler-2.1.0.44 tracks/delphi/docs/TESTS.md
trackler-2.1.0.43 tracks/delphi/docs/TESTS.md
trackler-2.1.0.42 tracks/delphi/docs/TESTS.md
trackler-2.1.0.41 tracks/delphi/docs/TESTS.md
trackler-2.1.0.40 tracks/delphi/docs/TESTS.md
trackler-2.1.0.39 tracks/delphi/docs/TESTS.md
trackler-2.1.0.38 tracks/delphi/docs/TESTS.md
trackler-2.1.0.37 tracks/delphi/docs/TESTS.md
trackler-2.1.0.36 tracks/delphi/docs/TESTS.md
trackler-2.1.0.34 tracks/delphi/docs/TESTS.md
trackler-2.1.0.33 tracks/delphi/docs/TESTS.md