* also run invoke tests if internal function call manager is available (which we prefer to the ffi one)

git-svn-id: trunk@39896 -
This commit is contained in:
svenbarth 2018-10-07 12:26:09 +00:00
parent 509383aeb3
commit c97b607e60

View File

@ -6,9 +6,13 @@ program testrunner.rtlobjpas;
{$mode objfpc}{$H+}
{ Invoke needs a function call manager }
{.$define useffi}
{$if defined(CPUX64) and defined(WINDOWS)}
{$define testinvoke}
{$else}
{$ifdef useffi}
{$define testinvoke}
{$endif}
{$endif}
uses
{$ifdef useffi}