From 5604e98b1cb8f6d6b4c33daa096315c0f510818b Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 7 Oct 2018 10:10:16 +0000 Subject: [PATCH] + lazarus project files for the avx assembler test generators git-svn-id: trunk@39873 - --- .gitattributes | 2 ++ tests/utils/avx/avxtestfilecmp.lpi | 47 +++++++++++++++++++++++++++ tests/utils/avx/avxtestgenerator.lpi | 48 ++++++++++++++++++++++++++++ 3 files changed, 97 insertions(+) create mode 100644 tests/utils/avx/avxtestfilecmp.lpi create mode 100644 tests/utils/avx/avxtestgenerator.lpi diff --git a/.gitattributes b/.gitattributes index 658858897a..64bf55a02f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14355,7 +14355,9 @@ tests/utils/Makefile svneol=native#text/plain tests/utils/Makefile.fpc svneol=native#text/plain tests/utils/avx/asmtestgenerator.pas svneol=native#text/plain tests/utils/avx/avxopcodes.pas svneol=native#text/plain +tests/utils/avx/avxtestfilecmp.lpi svneol=native#text/plain tests/utils/avx/avxtestfilecmp.pp svneol=native#text/plain +tests/utils/avx/avxtestgenerator.lpi svneol=native#text/plain tests/utils/avx/avxtestgenerator.pp svneol=native#text/plain tests/utils/avx/baselist.pas svneol=native#text/plain tests/utils/avx/cmpoptions.pas svneol=native#text/plain diff --git a/tests/utils/avx/avxtestfilecmp.lpi b/tests/utils/avx/avxtestfilecmp.lpi new file mode 100644 index 0000000000..91eb6a7ec5 --- /dev/null +++ b/tests/utils/avx/avxtestfilecmp.lpi @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + <UseAppBundle Value="False"/> + <ResourceType Value="res"/> + </General> + <BuildModes Count="1"> + <Item1 Name="Default" Default="True"/> + </BuildModes> + <PublishOptions> + <Version Value="2"/> + <UseFileFilters Value="True"/> + </PublishOptions> + <RunParams> + <FormatVersion Value="2"/> + <Modes Count="0"/> + </RunParams> + <Units Count="1"> + <Unit0> + <Filename Value="avxtestfilecmp.pp"/> + <IsPartOfProject Value="True"/> + </Unit0> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="11"/> + <PathDelim Value="\"/> + <Target> + <Filename Value="avxtestfilecmp"/> + </Target> + <SearchPaths> + <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> + </SearchPaths> + </CompilerOptions> +</CONFIG> diff --git a/tests/utils/avx/avxtestgenerator.lpi b/tests/utils/avx/avxtestgenerator.lpi new file mode 100644 index 0000000000..2722593dec --- /dev/null +++ b/tests/utils/avx/avxtestgenerator.lpi @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<CONFIG> + <ProjectOptions> + <Version Value="11"/> + <PathDelim Value="\"/> + <General> + <Flags> + <MainUnitHasCreateFormStatements Value="False"/> + <MainUnitHasTitleStatement Value="False"/> + <MainUnitHasScaledStatement Value="False"/> + <UseDefaultCompilerOptions Value="True"/> + </Flags> + <SessionStorage Value="InProjectDir"/> + <MainUnit Value="0"/> + <Title Value="avxtestgenerator"/> + <UseAppBundle Value="False"/> + <ResourceType Value="res"/> + </General> + <BuildModes Count="1"> + <Item1 Name="Default" Default="True"/> + </BuildModes> + <PublishOptions> + <Version Value="2"/> + <UseFileFilters Value="True"/> + </PublishOptions> + <RunParams> + <FormatVersion Value="2"/> + <Modes Count="0"/> + </RunParams> + <Units Count="1"> + <Unit0> + <Filename Value="avxtestgenerator.pp"/> + <IsPartOfProject Value="True"/> + <UnitName Value="AVXTestGenerator"/> + </Unit0> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="11"/> + <PathDelim Value="\"/> + <Target> + <Filename Value="avxtestgenerator"/> + </Target> + <SearchPaths> + <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> + </SearchPaths> + </CompilerOptions> +</CONFIG>