mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 11:09:13 +02:00
* Enable more tests for android.
git-svn-id: branches/targetandroid@23425 -
This commit is contained in:
parent
04902a15f9
commit
d52ead284e
@ -1,4 +1,4 @@
|
||||
{ %target=linux }
|
||||
{ %target=linux,android }
|
||||
{ %opt=-Xt }
|
||||
|
||||
program phello;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %target=linux,freebsd,darwin,solaris,aix }
|
||||
{ %target=linux,freebsd,darwin,solaris,aix,android }
|
||||
|
||||
{$mode objfpc}
|
||||
program testr;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %target=darwin,linux,freebsd,solaris,haiku,aix }
|
||||
{ %target=darwin,linux,freebsd,solaris,haiku,aix,android }
|
||||
|
||||
{$mode objfpc}
|
||||
uses
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %target=linux }
|
||||
{ %target=linux,android }
|
||||
{ %norun }
|
||||
|
||||
library lib2a;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %target=linux }
|
||||
{ %target=linux,android }
|
||||
{ %needlibrary }
|
||||
|
||||
uses dl;
|
||||
|
@ -1,4 +1,4 @@
|
||||
{%TARGET=darwin,haiku,linux,freebsd,netbsd,openbsd,solaris,aix }
|
||||
{%TARGET=darwin,haiku,linux,freebsd,netbsd,openbsd,solaris,aix,android }
|
||||
|
||||
{$mode fpc}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %TARGET=win32,win64,wince,linux}
|
||||
{ %TARGET=win32,win64,wince,linux,android }
|
||||
{$ifdef fpc}
|
||||
{$mode objfpc}
|
||||
{$endif}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %TARGET=win32,win64,wince,linux}
|
||||
{ %TARGET=win32,win64,wince,linux,android }
|
||||
program tsafecall2;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %TARGET=win32,win64,wince,linux}
|
||||
{ %TARGET=win32,win64,wince,linux,android }
|
||||
program tsafecall3;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ %TARGET=win32,win64,wince,linux}
|
||||
{ %TARGET=win32,win64,wince,linux,android }
|
||||
program tsafecall4;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ Test for resources support. }
|
||||
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix}
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix,android}
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ Test for FindResourceEx function. }
|
||||
|
||||
{%TARGET=win32,win64,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix }
|
||||
{%TARGET=win32,win64,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix,android }
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{ Test for resource enumeration functions. }
|
||||
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix}
|
||||
{%TARGET=win32,win64,wince,linux,freebsd,darwin,netbsd,openbsd,solaris,haiku,aix,android}
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user