Skip to content

Commit 36f7128

Browse files
committed
Update tests/README.md re new Structures unit tests
1 parent d089b7f commit 36f7128

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: tests/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Contains the _TestCatMaths_[^2] project that provides _DUnit_ tests for selected
3535

3636
### `./Cat-String`
3737

38+
Contains the _TestCatStructsXE_[^3] project that provides _DUnit_ tests for selected snippets from the database's _Structures_ category.
39+
40+
### `./Cat-Structs`
41+
3842
Contains the _TestCatString_[^2] project that provides _DUnit_ tests for selected snippets from the database's _String Management_ category.
3943

4044
### `./Cat-WinSys`
@@ -47,6 +51,8 @@ These test files originated as a [zip file on Google Drive](https://drive.google
4751

4852
All subsequent changes to the files were made on GitHub. At present the GitHub repository differs from the original code on Google Drive.
4953

50-
[^1]: There are different versions of the group project file for different Delphi versions: `CodeSnippetsTestsbdsgroup` for Delphi 2006, `CodeSnippetsTests.groupproj` for Delphi 2007-2010 and `CodeSnippetsTestsXE.groupproj` for Delphi XE.
54+
[^1]: There are different versions of the group project file for different Delphi versions: `CodeSnippetsTests.bdsgroup` for Delphi 2006, `CodeSnippetsTests.groupproj` for Delphi 2007-2010 and `CodeSnippetsTestsXE.groupproj` for Delphi XE.
55+
56+
[^2]: There are different versions of project files for different Delphi versions. They are one or more of `<NAME>.bdsproj` for Delphi 2006, `<NAME>.dproj` for Delphi 2007 to 2010 and `<NAME>XE.dproj` for Delphi XE, where `<NAME>` is the base name of the project, for example `TestDateCat` or `TestCatMaths`. There are also different `.dpr` files: `<NAME>.dpr` for compilers earlier than Delphi XE and `<NAME>XE.dpr` for Delphi XE.
5157

52-
[^2]: There are different versions of project files for different Delphi versions. They are one or more of `<NAME>.bdsproj` for Delphi 2006, `<NAME>.dproj` for Delphi 2007 to 2010 and `<NAME>XE.dproj` for Delphi XE, where `<NAME>` is the base name of the project, for example `TestDateCat` or `TestCatMaths`.
58+
[^3]: There is only one project file for the _Structures_ category tests, `TesttCatStructsXE.dpr`, which is targetted at Delphi XE. There is no test project targetted at earlier compilers. This project is only included in the `CodeSnippetsTestsXE.groupproj` group and no others.

0 commit comments

Comments
 (0)