Browse Source

* Added %delfiles for proper clean-up.

git-svn-id: branches/targetandroid@23491 -
yury 12 years ago
parent
commit
cbf370008b

+ 1 - 0
tests/test/targ1b.pp

@@ -1,4 +1,5 @@
 {%skiptarget=wince}
 {%skiptarget=wince}
+{%delfiles=targ1a}
 
 
 { This file is to check if there is some memory corruption
 { This file is to check if there is some memory corruption
   due to startup code with argument loading
   due to startup code with argument loading

+ 1 - 1
tests/test/tlib1b.pp

@@ -1,11 +1,11 @@
 { %skiptarget=go32v2,os2 }
 { %skiptarget=go32v2,os2 }
 { %opt=-gl -O- }
 { %opt=-gl -O- }
 { %needlibrary }
 { %needlibrary }
+{ %delfiles=tlib1a }
 {$goto on}
 {$goto on}
 
 
 { test lineinfo in libraries, to get always proper results, the optimizer
 { test lineinfo in libraries, to get always proper results, the optimizer
   must be turned off with -O- }
   must be turned off with -O- }
-
 uses
 uses
   {$ifdef unix}dl,{$endif unix}sysutils;
   {$ifdef unix}dl,{$endif unix}sysutils;
 
 

+ 1 - 0
tests/test/tlib2b.pp

@@ -1,5 +1,6 @@
 { %target=linux,android }
 { %target=linux,android }
 { %needlibrary }
 { %needlibrary }
+{ %delfiles=tlib2a }
 
 
 uses dl;
 uses dl;
 
 

+ 1 - 0
tests/test/tlibrary2.pp

@@ -1,5 +1,6 @@
 { %skiptarget=go32v2 }
 { %skiptarget=go32v2 }
 { %NEEDLIBRARY }
 { %NEEDLIBRARY }
+{ %delfiles=tlibrary1 }
 
 
 { Test program to test linking to fpc library }
 { Test program to test linking to fpc library }
 
 

+ 1 - 0
tests/test/tlibrary3.pp

@@ -1,5 +1,6 @@
 { %NORUN }
 { %NORUN }
 { %SKIPTARGET=macos, go32v2, win64 }
 { %SKIPTARGET=macos, go32v2, win64 }
+{ %delfiles=tlibrary3 }
 
 
 {$ifdef darwin}
 {$ifdef darwin}
 {$PIC+}
 {$PIC+}

+ 1 - 0
tests/test/units/sysutils/texec2.pp

@@ -1,3 +1,4 @@
+{%delfiles=texec1}
 {$mode objfpc}
 {$mode objfpc}
 {$h+}
 {$h+}