* Enable more tests for android.

git-svn-id: branches/targetandroid@23425 -
This commit is contained in:
yury 2013-01-17 12:20:56 +00:00
parent 04902a15f9
commit d52ead284e
13 changed files with 13 additions and 13 deletions

View File

@ -1,4 +1,4 @@
{ %target=linux }
{ %target=linux,android }
{ %opt=-Xt }
program phello;

View File

@ -1,4 +1,4 @@
{ %target=linux,freebsd,darwin,solaris,aix }
{ %target=linux,freebsd,darwin,solaris,aix,android }
{$mode objfpc}
program testr;

View File

@ -1,4 +1,4 @@
{ %target=darwin,linux,freebsd,solaris,haiku,aix }
{ %target=darwin,linux,freebsd,solaris,haiku,aix,android }
{$mode objfpc}
uses

View File

@ -1,4 +1,4 @@
{ %target=linux }
{ %target=linux,android }
{ %norun }
library lib2a;

View File

@ -1,4 +1,4 @@
{ %target=linux }
{ %target=linux,android }
{ %needlibrary }
uses dl;

View File

@ -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}

View File

@ -1,4 +1,4 @@
{ %TARGET=win32,win64,wince,linux}
{ %TARGET=win32,win64,wince,linux,android }
{$ifdef fpc}
{$mode objfpc}
{$endif}

View File

@ -1,4 +1,4 @@
{ %TARGET=win32,win64,wince,linux}
{ %TARGET=win32,win64,wince,linux,android }
program tsafecall2;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,4 @@
{ %TARGET=win32,win64,wince,linux}
{ %TARGET=win32,win64,wince,linux,android }
program tsafecall3;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,4 @@
{ %TARGET=win32,win64,wince,linux}
{ %TARGET=win32,win64,wince,linux,android }
program tsafecall4;
{$mode objfpc}{$H+}

View File

@ -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}

View File

@ -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}

View File

@ -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}