Skip to content

Commit

Permalink
re-enable AchievementRuntimeExport tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamiras committed Feb 10, 2024
1 parent e0b70e6 commit c0eeb83
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 171 deletions.
1 change: 1 addition & 0 deletions tests/RA_Integration.Tests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
<ClCompile Include="data\models\TriggerValidation_Tests.cpp" />
<ClCompile Include="Exports_Tests.cpp" />
<ClCompile Include="mocks\MockAchievementRuntime.cpp" />
<ClCompile Include="services\AchievementRuntimeExports_Tests.cpp" />
<ClCompile Include="services\AchievementRuntime_Tests.cpp" />
<ClCompile Include="services\FileLocalStorage_Tests.cpp" />
<ClCompile Include="services\FrameEventQueue_Tests.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions tests/RA_Integration.Tests.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@
<ClCompile Include="..\src\services\AchievementRuntimeExports.cpp">
<Filter>Code</Filter>
</ClCompile>
<ClCompile Include="services\AchievementRuntimeExports_Tests.cpp">
<Filter>Tests\Services</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="base.props" />
Expand Down
Loading

0 comments on commit c0eeb83

Please sign in to comment.