Просмотр исходного кода

* Enable more tests for android.

git-svn-id: branches/targetandroid@23404 -
yury 12 лет назад
Родитель
Сommit
87df3ab325

+ 1 - 1
tests/webtbs/tw0876.pp

@@ -1,4 +1,4 @@
-{ %target=go32v2,linux,freebsd,darwin }
+{ %target=go32v2,linux,freebsd,darwin,android }
 { %note=This test needs C libraries }
 { %OPT=-pg }
 

+ 1 - 1
tests/webtbs/tw12704a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix }
+{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
 
 {$mode delphi}
 

+ 1 - 1
tests/webtbs/tw12704b.pp

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

+ 1 - 1
tests/webtbs/tw16263a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix }
+{ %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
 
 {$mode delphi}
 

+ 1 - 1
tests/webtbs/tw16263b.pp

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

+ 1 - 1
tests/webtbs/tw16949a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 
 library tw16949a;
 

+ 1 - 1
tests/webtbs/tw16949b.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 { %needlibrary }
 
 program ptest;

+ 1 - 1
tests/webtbs/tw6586a.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 { %needlibrary }
 { %norun }
 

+ 1 - 1
tests/webtbs/tw6586b.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 { %needlibrary }
 
 program project1;

+ 1 - 1
tests/webtbs/tw6822c.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 uses
   SysUtils;
 

+ 1 - 1
tests/webtbs/tw7838a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=win32,win64,wince,linux}
+{ %target=win32,win64,wince,linux,android}
 
 library tw7838a;
 

+ 1 - 1
tests/webtbs/tw7838b.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,linux}
+{ %target=win32,win64,linux,android}
 { %needlibrary }
 
 program prog;

+ 1 - 1
tests/webtbs/tw8730a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 
 {$mode delphi}
 

+ 1 - 1
tests/webtbs/tw8730b.pp

@@ -1,5 +1,5 @@
 { %norun }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 { %NEEDLIBRARY }
 
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw8730c.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 { %NEEDLIBRARY }
 
 {$mode delphi}

+ 1 - 1
tests/webtbs/tw8730d.pp

@@ -1,4 +1,4 @@
-{ %target=darwin,linux,freebsd,solaris,beos,aix}
+{ %target=darwin,linux,freebsd,solaris,beos,aix,android}
 { %NEEDLIBRARY }
 
 { same as tw8730c, but linking to libc so it uses different }

+ 1 - 1
tests/webtbs/tw9089a.pp

@@ -1,6 +1,6 @@
 { %norun }
 { %needlibrary }
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 
 library tw9089a;
 

+ 1 - 1
tests/webtbs/tw9089b.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 { %norun }
 { %needlibrary }
 

+ 1 - 1
tests/webtbs/tw9089c.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 { %needlibrary }
 
 program ptest;

+ 1 - 1
tests/webtbs/tw9089d.pp

@@ -1,4 +1,4 @@
-{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix }
+{ %target=win32,win64,wince,darwin,linux,freebsd,solaris,beos,aix,android }
 uses
   SysUtils;
 

+ 1 - 1
tests/webtbs/uw2364.pp

@@ -1,4 +1,4 @@
-{ %TARGET=win64,wince,win32,linux }
+{ %TARGET=win64,wince,win32,linux,android }
 
 { Source provided for Free Pascal Bug Report 2364 }
 { Submitted by "Maarten Bekers" on  2003-02-08 }