Skip to content

Commit a9f0aa1

Browse files
committed
Add Arrays category section to csdb/tests/README.md
1 parent a1e9bbe commit a9f0aa1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

csdb/tests/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Contains:
1313
* this file: `README.md`
1414
* project group files for Delphi 2006..XE[[1]](#1) that group together all the sub-projects that are stored in sub-directories of `Src`.
1515

16+
### `./Cat-Arrays`
17+
18+
Contains the _TestArraysCat_[[2]](#2) project that provides _DUnit_ tests for snippets from the database's _Arrays_ category. Currently tests are only available for the _TArrayUtils_ advanced record.
19+
1620
### `./Cat-Date`
1721

1822
Contains the _TestDateCat_[[2]](#2) project that provides _DUnit_ tests for selected snippets from the database's _Date and Time_ category.
@@ -62,3 +66,5 @@ The are different versions of project files for different versions of Delphi. Th
6266
* `<NAME>XE.dproj` for Delphi XE
6367

6468
where `<NAME>` is the base name of the project, for example `TestDateCat` or `TestCatMaths`.
69+
70+
> Not all test projects provide all the different project files versions.

0 commit comments

Comments
 (0)