Browse Source

* Enable more tests for android.

git-svn-id: branches/targetandroid@23425 -
yury 12 years ago
parent
commit
d52ead284e

+ 1 - 1
tests/test/packages/webtbs/tw14265.pp

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

+ 1 - 1
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;

+ 1 - 1
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

+ 1 - 1
tests/test/tlib2a.pp

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

+ 1 - 1
tests/test/tlib2b.pp

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

+ 1 - 1
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}
 

+ 1 - 1
tests/test/tsafecall1.pp

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

+ 1 - 1
tests/test/tsafecall2.pp

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

+ 1 - 1
tests/test/tsafecall3.pp

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

+ 1 - 1
tests/test/tsafecall4.pp

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

+ 1 - 1
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}
 

+ 1 - 1
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}
 

+ 1 - 1
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}