From d52ead284ecdb3cafc771dc5fd261b22338cc9ae Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 17 Jan 2013 12:20:56 +0000 Subject: [PATCH] * Enable more tests for android. git-svn-id: branches/targetandroid@23425 - --- tests/test/packages/webtbs/tw14265.pp | 2 +- tests/test/testfpuc.pp | 2 +- tests/test/textthr.pp | 2 +- tests/test/tlib2a.pp | 2 +- tests/test/tlib2b.pp | 2 +- tests/test/tpoll.pp | 2 +- tests/test/tsafecall1.pp | 2 +- tests/test/tsafecall2.pp | 2 +- tests/test/tsafecall3.pp | 2 +- tests/test/tsafecall4.pp | 2 +- tests/test/units/system/tres.pp | 2 +- tests/test/units/system/tres2.pp | 2 +- tests/test/units/system/tres3.pp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/test/packages/webtbs/tw14265.pp b/tests/test/packages/webtbs/tw14265.pp index 33834710a8..4024e2486e 100644 --- a/tests/test/packages/webtbs/tw14265.pp +++ b/tests/test/packages/webtbs/tw14265.pp @@ -1,4 +1,4 @@ -{ %target=linux } +{ %target=linux,android } { %opt=-Xt } program phello; diff --git a/tests/test/testfpuc.pp b/tests/test/testfpuc.pp index 39198f4f34..b62bc969ea 100644 --- a/tests/test/testfpuc.pp +++ b/tests/test/testfpuc.pp @@ -1,4 +1,4 @@ -{ %target=linux,freebsd,darwin,solaris,aix } +{ %target=linux,freebsd,darwin,solaris,aix,android } {$mode objfpc} program testr; diff --git a/tests/test/textthr.pp b/tests/test/textthr.pp index 7ca464e7bd..8e1f5be285 100644 --- a/tests/test/textthr.pp +++ b/tests/test/textthr.pp @@ -1,4 +1,4 @@ -{ %target=darwin,linux,freebsd,solaris,haiku,aix } +{ %target=darwin,linux,freebsd,solaris,haiku,aix,android } {$mode objfpc} uses diff --git a/tests/test/tlib2a.pp b/tests/test/tlib2a.pp index 6b7b6655a5..892f1f0dda 100644 --- a/tests/test/tlib2a.pp +++ b/tests/test/tlib2a.pp @@ -1,4 +1,4 @@ -{ %target=linux } +{ %target=linux,android } { %norun } library lib2a; diff --git a/tests/test/tlib2b.pp b/tests/test/tlib2b.pp index 6851b72c4e..817c17dabb 100644 --- a/tests/test/tlib2b.pp +++ b/tests/test/tlib2b.pp @@ -1,4 +1,4 @@ -{ %target=linux } +{ %target=linux,android } { %needlibrary } uses dl; diff --git a/tests/test/tpoll.pp b/tests/test/tpoll.pp index e884b3065a..ca47ff7253 100644 --- a/tests/test/tpoll.pp +++ b/tests/test/tpoll.pp @@ -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} diff --git a/tests/test/tsafecall1.pp b/tests/test/tsafecall1.pp index ab7ec69568..289827bfbb 100644 --- a/tests/test/tsafecall1.pp +++ b/tests/test/tsafecall1.pp @@ -1,4 +1,4 @@ -{ %TARGET=win32,win64,wince,linux} +{ %TARGET=win32,win64,wince,linux,android } {$ifdef fpc} {$mode objfpc} {$endif} diff --git a/tests/test/tsafecall2.pp b/tests/test/tsafecall2.pp index e7a1b5134c..090800d9dc 100644 --- a/tests/test/tsafecall2.pp +++ b/tests/test/tsafecall2.pp @@ -1,4 +1,4 @@ -{ %TARGET=win32,win64,wince,linux} +{ %TARGET=win32,win64,wince,linux,android } program tsafecall2; {$mode objfpc}{$H+} diff --git a/tests/test/tsafecall3.pp b/tests/test/tsafecall3.pp index cb33c825df..393eea79d5 100644 --- a/tests/test/tsafecall3.pp +++ b/tests/test/tsafecall3.pp @@ -1,4 +1,4 @@ -{ %TARGET=win32,win64,wince,linux} +{ %TARGET=win32,win64,wince,linux,android } program tsafecall3; {$mode objfpc}{$H+} diff --git a/tests/test/tsafecall4.pp b/tests/test/tsafecall4.pp index 2a6e0cc142..3f3aa663d0 100644 --- a/tests/test/tsafecall4.pp +++ b/tests/test/tsafecall4.pp @@ -1,4 +1,4 @@ -{ %TARGET=win32,win64,wince,linux} +{ %TARGET=win32,win64,wince,linux,android } program tsafecall4; {$mode objfpc}{$H+} diff --git a/tests/test/units/system/tres.pp b/tests/test/units/system/tres.pp index f54515736a..b4e4c06de9 100644 --- a/tests/test/units/system/tres.pp +++ b/tests/test/units/system/tres.pp @@ -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} diff --git a/tests/test/units/system/tres2.pp b/tests/test/units/system/tres2.pp index feeaed2a95..f410891d82 100644 --- a/tests/test/units/system/tres2.pp +++ b/tests/test/units/system/tres2.pp @@ -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} diff --git a/tests/test/units/system/tres3.pp b/tests/test/units/system/tres3.pp index 8f95bba7c4..4a8286eed9 100644 --- a/tests/test/units/system/tres3.pp +++ b/tests/test/units/system/tres3.pp @@ -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}