mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +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"/>
|
||||
</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)"/>
|
@ -1,3 +1,5 @@
|
||||
{%norun}
|
||||
|
||||
program genout;
|
||||
|
||||
uses sysutils;
|
Loading…
Reference in New Issue
Block a user