Browse Source

* Add %delfiles for proper clean-up.

git-svn-id: branches/targetandroid@23495 -
yury 12 years ago
parent
commit
ee1e6eb4ea

+ 1 - 0
tests/tbs/tb0582.pp

@@ -1,4 +1,5 @@
 { %norun }
 { %norun }
+{ %delfiles=tb0582 }
 library liba;
 library liba;
 
 
 function A : integer;
 function A : integer;

+ 1 - 0
tests/test/tweaklib2.pp

@@ -1,4 +1,5 @@
 { %NEEDLIBRARY }
 { %NEEDLIBRARY }
+{ %delfiles=tweaklib1 }
 
 
 {$ifdef mswindows}
 {$ifdef mswindows}
  {$define supported}
  {$define supported}

+ 1 - 0
tests/webtbs/tw12704b.pp

@@ -1,5 +1,6 @@
 { %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
 { %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
 { %NEEDLIBRARY }
 { %NEEDLIBRARY }
+{ %delfiles=tw12704a }
 
 
 {$mode delphi}
 {$mode delphi}
 program MainApp;
 program MainApp;

+ 1 - 0
tests/webtbs/tw13628b.pp

@@ -1,4 +1,5 @@
 { %needlibrary }
 { %needlibrary }
+{ %delfiles=tw13628a }
 
 
 program loadmodule;
 program loadmodule;
 
 

+ 3 - 1
tests/webtbs/tw14798.pp

@@ -1,3 +1,5 @@
+{%delfiles=dump.bin}
+
 { Source provided for Free Pascal Bug Report 14708 }
 { Source provided for Free Pascal Bug Report 14708 }
 { Submitted by "Anton Kavalenka" on  2009-11-11 }
 { Submitted by "Anton Kavalenka" on  2009-11-11 }
 { e-mail:  }
 { e-mail:  }
@@ -127,7 +129,7 @@ begin
   tc.free;
   tc.free;
   ms.free;
   ms.free;
   os.Free;
   os.Free;
-  if not ok then 
+  if not ok then
     halt(1);
     halt(1);
 end.
 end.
 
 

+ 1 - 0
tests/webtbs/tw16263b.pp

@@ -1,5 +1,6 @@
 { %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
 { %target=darwin,linux,freebsd,solaris,beos,haiku,aix,android }
 { %NEEDLIBRARY }
 { %NEEDLIBRARY }
+{ %delfiles=tw16263a }
 
 
 {$mode delphi}
 {$mode delphi}
 program MainApp;
 program MainApp;

+ 1 - 0
tests/webtbs/tw16949b.pp

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

+ 1 - 0
tests/webtbs/tw2812.pp

@@ -1,4 +1,5 @@
 {%skiptarget=wince}
 {%skiptarget=wince}
+{%delfiles=blockwritetest.tmp}
 var
 var
   f:file;
   f:file;
   p:pointer;
   p:pointer;

+ 1 - 0
tests/webtbs/tw3082.pp

@@ -2,6 +2,7 @@
 { %needlibrary }
 { %needlibrary }
 { %cpu=x86_64,i386,powerpc,sparc}
 { %cpu=x86_64,i386,powerpc,sparc}
 { %skiptarget = go32v2,macos }
 { %skiptarget = go32v2,macos }
+{ %delfiles=tw3082 }
 { execute this test only on reasonable fast cpus }
 { execute this test only on reasonable fast cpus }
 
 
 { we do not cut off too long strings silently anymore }
 { we do not cut off too long strings silently anymore }

+ 1 - 0
tests/webtbs/tw3402.pp

@@ -2,6 +2,7 @@
 { %needlibrary }
 { %needlibrary }
 { %skiptarget=go32v2 }
 { %skiptarget=go32v2 }
 { %opt=-Cg }
 { %opt=-Cg }
+{ %delfiles=tw3402 }
 
 
 { Source provided for Free Pascal Bug Report 3402 }
 { Source provided for Free Pascal Bug Report 3402 }
 { Submitted by "Layton Davis" on  2004-11-26 }
 { Submitted by "Layton Davis" on  2004-11-26 }

+ 1 - 0
tests/webtbs/tw6586b.pp

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

+ 1 - 0
tests/webtbs/tw6822b.pp

@@ -1,4 +1,5 @@
 { %needlibrary }
 { %needlibrary }
+{ %delfiles=tw6822a }
 
 
 program loader;
 program loader;
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}

+ 1 - 0
tests/webtbs/tw7838b.pp

@@ -1,5 +1,6 @@
 { %target=win32,win64,linux,android}
 { %target=win32,win64,linux,android}
 { %needlibrary }
 { %needlibrary }
+{ %delfiles=tw7838a }
 
 
 program prog;
 program prog;
 {$mode objfpc}
 {$mode objfpc}

+ 1 - 0
tests/webtbs/tw8730d.pp

@@ -1,5 +1,6 @@
 { %target=darwin,linux,freebsd,solaris,beos,aix,android}
 { %target=darwin,linux,freebsd,solaris,beos,aix,android}
 { %NEEDLIBRARY }
 { %NEEDLIBRARY }
+{ %delfiles=tw8730a tw8730b }
 
 
 { same as tw8730c, but linking to libc so it uses different }
 { same as tw8730c, but linking to libc so it uses different }
 { startup code                                              }
 { startup code                                              }

+ 1 - 0
tests/webtbs/tw9089c.pp

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