mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 17:49:27 +02:00
* Skip library tests for go32v2 target
git-svn-id: trunk@16573 -
This commit is contained in:
parent
818c88dbbf
commit
96b8699af5
@ -1,3 +1,4 @@
|
|||||||
|
{ %skiptarget=go32v2 }
|
||||||
{ %opt=-gl -O- }
|
{ %opt=-gl -O- }
|
||||||
{ %norun }
|
{ %norun }
|
||||||
{$goto on}
|
{$goto on}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{ %skiptarget=go32v2 }
|
||||||
{ %opt=-gl -O- }
|
{ %opt=-gl -O- }
|
||||||
{ %needlibrary }
|
{ %needlibrary }
|
||||||
{$goto on}
|
{$goto on}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ %NORUN }
|
{ %NORUN }
|
||||||
{ %SKIPTARGET=macos }
|
{ %SKIPTARGET=macos,go32v2 }
|
||||||
|
|
||||||
{$ifdef darwin}
|
{$ifdef darwin}
|
||||||
{$PIC+}
|
{$PIC+}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
{ %skiptarget=go32v2 }
|
||||||
{ %NEEDLIBRARY }
|
{ %NEEDLIBRARY }
|
||||||
|
|
||||||
{ Test program to test linking to fpc library }
|
{ Test program to test linking to fpc library }
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ %NORUN }
|
{ %NORUN }
|
||||||
{ %SKIPTARGET=macos, win64 }
|
{ %SKIPTARGET=macos, go32v2, win64 }
|
||||||
|
|
||||||
{$ifdef darwin}
|
{$ifdef darwin}
|
||||||
{$PIC+}
|
{$PIC+}
|
||||||
|
Loading…
Reference in New Issue
Block a user