mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 03:19:27 +02:00
* Skip some tests for msdos
git-svn-id: trunk@34266 -
This commit is contained in:
parent
6c6cf07c87
commit
4b17961dd4
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64 }
|
||||
{ %skiptarget=$nosharedlibb }
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
{ %neededafter }
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64 }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
{ %needlibrary }
|
||||
{ %norun }
|
||||
{ %neededafter }
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64 }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
{ %needlibrary }
|
||||
|
||||
{ Checks that the two functions with the same exported name 'p'
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64 }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
{ %needlibrary }
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %skiptarget=go32v2,os2 }
|
||||
{ %skiptarget=$nosharedlib,os2 }
|
||||
{ %opt=-gl -O- win32,win64%-WN }
|
||||
{ %delopt=-XX }
|
||||
{ %norun }
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %skiptarget=go32v2,os2 }
|
||||
{ %skiptarget=$nosharedlib,os2 }
|
||||
{ %opt=-gl -O- }
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tlib1a }
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=linux,android }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
{ %norun }
|
||||
|
||||
library lib2a;
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=linux,android }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
{ %needlibrary }
|
||||
{ %delfiles=tlib2a }
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %NORUN }
|
||||
{ %SKIPTARGET=macos,go32v2 }
|
||||
{ %SKIPTARGET=macos,$nosharedlib }
|
||||
|
||||
{$ifdef darwin}
|
||||
{$PIC+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
{ %NEEDLIBRARY }
|
||||
{ %delfiles=tlibrary1 }
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %NORUN }
|
||||
{ %SKIPTARGET=macos, go32v2, win64 }
|
||||
{ %SKIPTARGET=macos, $nosharedlib, win64 }
|
||||
{ %delfiles=tlibrary3 }
|
||||
|
||||
{$ifdef darwin}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %skiptarget=$nothread }
|
||||
{ %version=1.1 }
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %norun }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
|
||||
{$ifdef CPUX86_64}
|
||||
{$ifndef WINDOWS}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %NEEDLIBRARY }
|
||||
{ %skiptarget=$nosharedlib }
|
||||
{ %delfiles=tweaklib1 }
|
||||
|
||||
{$ifdef mswindows}
|
||||
|
@ -1,5 +1,4 @@
|
||||
{ %norun }
|
||||
|
||||
{ %target=darwin }
|
||||
{ %opt=-olibtweaklib1.dylib }
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %target=win32,win64,wince}
|
||||
{ %skiptarget=$nosharedlib }
|
||||
library LibTest;
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user