Lazutils, tests: correctly set unit output directory and executable filename for TestMasks project, also made it DPI aware

This commit is contained in:
Maxim Ganetsky 2021-11-04 00:53:21 +03:00
parent 2ce594217a
commit 095ca93f94
3 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,10 @@
<SessionStorage Value="InProjectDir"/>
<Title Value="TestMasks"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
<XPManifest>
<DpiAware Value="True"/>
</XPManifest>
</General>
<VersionInfo>
<Language Value=""/>
@ -101,6 +105,12 @@
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="testmasks"/>
</Target>
<SearchPaths>
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
</CompilerOptions>
<Debugging>
<Exceptions>

View File

@ -328,6 +328,8 @@ begin
TestMaskWindows('', '[a]', False);
end;
{$R *.res}
begin
RegisterTest(TTestMask);

Binary file not shown.