mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
Rename test genout to t_genout to allow use inside testsuite
This commit is contained in:
parent
a72193b6fe
commit
4ad0c88a73
@ -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)"/>
|
@ -1,3 +1,5 @@
|
|||||||
|
{%norun}
|
||||||
|
|
||||||
program genout;
|
program genout;
|
||||||
|
|
||||||
uses sysutils;
|
uses sysutils;
|
Loading…
Reference in New Issue
Block a user