* Skip library tests for go32v2 target

git-svn-id: trunk@16573 -
This commit is contained in:
pierre 2010-12-16 16:08:11 +00:00
parent 818c88dbbf
commit 96b8699af5
5 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
{ %skiptarget=go32v2 }
{ %opt=-gl -O- }
{ %norun }
{$goto on}

View File

@ -1,3 +1,4 @@
{ %skiptarget=go32v2 }
{ %opt=-gl -O- }
{ %needlibrary }
{$goto on}

View File

@ -1,5 +1,5 @@
{ %NORUN }
{ %SKIPTARGET=macos }
{ %SKIPTARGET=macos,go32v2 }
{$ifdef darwin}
{$PIC+}

View File

@ -1,3 +1,4 @@
{ %skiptarget=go32v2 }
{ %NEEDLIBRARY }
{ Test program to test linking to fpc library }

View File

@ -1,5 +1,5 @@
{ %NORUN }
{ %SKIPTARGET=macos, win64 }
{ %SKIPTARGET=macos, go32v2, win64 }
{$ifdef darwin}
{$PIC+}