mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:40:29 +02:00
Lazutils, tests: correctly set unit output directory and executable filename for TestMasks project, also made it DPI aware
This commit is contained in:
parent
2ce594217a
commit
095ca93f94
@ -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>
|
||||
|
@ -328,6 +328,8 @@ begin
|
||||
TestMaskWindows('', '[a]', False);
|
||||
end;
|
||||
|
||||
{$R *.res}
|
||||
|
||||
begin
|
||||
RegisterTest(TTestMask);
|
||||
|
||||
|
BIN
components/lazutils/test/testmasks.res
Normal file
BIN
components/lazutils/test/testmasks.res
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user