mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
Rename test dotouch to tdotouch to allow use inside testsuite
This commit is contained in:
parent
c9dc36dbc1
commit
a72193b6fe
@ -9,7 +9,7 @@
|
||||
<MainUnitHasScaledStatement Value="False"/>
|
||||
</Flags>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
<Title Value="dotouch"/>
|
||||
<Title Value="tdotouch"/>
|
||||
<UseAppBundle Value="False"/>
|
||||
<ResourceType Value="res"/>
|
||||
</General>
|
||||
@ -25,7 +25,7 @@
|
||||
</RunParams>
|
||||
<Units>
|
||||
<Unit>
|
||||
<Filename Value="dotouch.pp"/>
|
||||
<Filename Value="tdotouch.pp"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
</Unit>
|
||||
</Units>
|
||||
@ -33,7 +33,7 @@
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<Target>
|
||||
<Filename Value="dotouch"/>
|
||||
<Filename Value="tdotouch"/>
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
@ -1,3 +1,5 @@
|
||||
{%norun}
|
||||
|
||||
program dotouch;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user