Skip to content

Commit

Permalink
Add generated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTulach committed Jul 26, 2024
1 parent 197ede7 commit 36e24e2
Show file tree
Hide file tree
Showing 4 changed files with 22,564 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<LanguageStandard>stdcpp20</LanguageStandard>
<AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -134,6 +135,7 @@
<ItemGroup>
<ClInclude Include="..\..\..\Source\LightHook.h" />
<ClInclude Include="catch_amalgamated.hpp" />
<ClInclude Include="generated.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
<ClInclude Include="catch_amalgamated.hpp">
<Filter>Source</Filter>
</ClInclude>
<ClInclude Include="generated.h">
<Filter>Source</Filter>
</ClInclude>
</ItemGroup>
</Project>
Loading

0 comments on commit 36e24e2

Please sign in to comment.