Browse Source

Rename test genout to t_genout to allow use inside testsuite

Pierre Muller 1 year ago
parent
commit
4ad0c88a73

+ 3 - 3
packages/fcl-process/tests/genout.lpi → packages/fcl-process/tests/t_genout.lpi

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

+ 2 - 0
packages/fcl-process/tests/genout.pp → packages/fcl-process/tests/t_genout.pp

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