mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 10:20:21 +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- }
|
||||
{ %norun }
|
||||
{$goto on}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %opt=-gl -O- }
|
||||
{ %needlibrary }
|
||||
{$goto on}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %NORUN }
|
||||
{ %SKIPTARGET=macos }
|
||||
{ %SKIPTARGET=macos,go32v2 }
|
||||
|
||||
{$ifdef darwin}
|
||||
{$PIC+}
|
||||
|
@ -1,3 +1,4 @@
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %NEEDLIBRARY }
|
||||
|
||||
{ Test program to test linking to fpc library }
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %NORUN }
|
||||
{ %SKIPTARGET=macos, win64 }
|
||||
{ %SKIPTARGET=macos, go32v2, win64 }
|
||||
|
||||
{$ifdef darwin}
|
||||
{$PIC+}
|
||||
|
Loading…
Reference in New Issue
Block a user