Rename test genout to t_genout to allow use inside testsuite

This commit is contained in:
Pierre Muller 2024-02-24 12:49:33 +00:00
parent a72193b6fe
commit 4ad0c88a73
2 changed files with 5 additions and 3 deletions

View File

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

View File

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