소스 검색

* Added %delfiles for proper clean-up.

git-svn-id: branches/targetandroid@23491 -
yury 12 년 전
부모
커밋
cbf370008b
6개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      tests/test/targ1b.pp
  2. 1 1
      tests/test/tlib1b.pp
  3. 1 0
      tests/test/tlib2b.pp
  4. 1 0
      tests/test/tlibrary2.pp
  5. 1 0
      tests/test/tlibrary3.pp
  6. 1 0
      tests/test/units/sysutils/texec2.pp

+ 1 - 0
tests/test/targ1b.pp

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

+ 1 - 1
tests/test/tlib1b.pp

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

+ 1 - 0
tests/test/tlib2b.pp

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

+ 1 - 0
tests/test/tlibrary2.pp

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

+ 1 - 0
tests/test/tlibrary3.pp

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

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

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