forked from apache/thrift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
THRIFT-5824 Migrate, refactor and improve Delphi code generation test…
… script Client: Delphi Patch: Jens Geyer
- Loading branch information
Showing
4 changed files
with
262 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,15 @@ | ||
How to use the test case: | ||
Prerequisites | ||
---------------------------------------------- | ||
- copy and the template batch file | ||
- open the batch file and adjust configuration as necessary | ||
- run the batch | ||
|
||
- a suitable dcc32.exe must be reachable via normal search path | ||
- the Thrift compiler thrift.exe is searched in this order | ||
- under the `compiler` subdir, where debug is preferred over release | ||
- otherwise via normal search path | ||
|
||
Configuration: | ||
How to use the test case: | ||
---------------------------------------------- | ||
SVNWORKDIR | ||
should point to the Thrift working copy root | ||
|
||
MY_THRIFT_FILES | ||
can be set to point to a folder with more thrift IDL files. | ||
If you don't have any such files, just leave the setting blank. | ||
- run the POSH script | ||
- if any error messages occur, that's a bad sign | ||
- there may be known but unfixed issues, these are listed accordingly | ||
|
||
BIN | ||
Local MSYS binary folder. Your THRIFT.EXE is installed here. | ||
|
||
MINGW_BIN | ||
Local MinGW bin folder. Contains DLL files required by THRIFT.EXE | ||
|
||
DCC | ||
Identifies the Delphi Command Line compiler (dcc32.exe) | ||
To be configuired only, if the default is not suitable. | ||
|
||
---------------------------------------------- | ||
*EOF* | ||
*EOF* |
177 changes: 0 additions & 177 deletions
177
lib/delphi/test/codegen/run-Pascal-Codegen-Tests.bat.tmpl
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.