Browse Source

Rename test doexit to tdoexit to allow use inside testsuite

Pierre Muller 1 year ago
parent
commit
d69f0f7110
2 changed files with 5 additions and 3 deletions
  1. 3 3
      packages/fcl-process/tests/tdoexit.lpi
  2. 2 0
      packages/fcl-process/tests/tdoexit.pp

+ 3 - 3
packages/fcl-process/tests/doexit.lpi → packages/fcl-process/tests/tdoexit.lpi

@@ -9,7 +9,7 @@
         <MainUnitHasScaledStatement Value="False"/>
       </Flags>
       <SessionStorage Value="InProjectDir"/>
-      <Title Value="doexit"/>
+      <Title Value="tdoexit"/>
       <UseAppBundle Value="False"/>
       <ResourceType Value="res"/>
     </General>
@@ -25,7 +25,7 @@
     </RunParams>
     <Units>
       <Unit>
-        <Filename Value="doexit.pp"/>
+        <Filename Value="tdoexit.pp"/>
         <IsPartOfProject Value="True"/>
       </Unit>
     </Units>
@@ -33,7 +33,7 @@
   <CompilerOptions>
     <Version Value="11"/>
     <Target>
-      <Filename Value="doexit"/>
+      <Filename Value="tdoexit"/>
     </Target>
     <SearchPaths>
       <IncludeFiles Value="$(ProjOutDir)"/>

+ 2 - 0
packages/fcl-process/tests/doexit.pp → packages/fcl-process/tests/tdoexit.pp

@@ -1,3 +1,5 @@
+{%norun}
+
 program doexit;
 
 uses sysutils;