Skip to content

Commit

Permalink
minor config fixes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
marzer committed May 19, 2021
1 parent 1baad21 commit 9c59810
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Configurations that affect the Test Framework -->
<RunConfiguration>
<MaxCpuCount>0</MaxCpuCount>
<ResultsDirectory>..\build\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
<ResultsDirectory>build\TestResults</ResultsDirectory><!-- Path relative to solution directory -->
<TestSessionTimeout>60000</TestSessionTimeout><!-- Milliseconds -->
</RunConfiguration>

Expand All @@ -13,7 +13,7 @@
<DiscoverTimeout>500</DiscoverTimeout><!-- Milliseconds -->
<FilenameFilter>(?i:test)</FilenameFilter>
<WorkingDirectoryRoot>Solution</WorkingDirectoryRoot>
<WorkingDirectory>..\tests\</WorkingDirectory>
<WorkingDirectory>tests\</WorkingDirectory>
<MessageFormat>AdditionalInfo</MessageFormat>
</Catch2Adapter>

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13...3.19)

project(tomlplusplus LANGUAGES CXX VERSION 2.3.1)
project(tomlplusplus LANGUAGES CXX VERSION 2.4.0)

# Determine if this project is built as a subproject (using
# add_subdirectory) or if it is the master project.
Expand Down
2 changes: 2 additions & 0 deletions toml++.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<None Include=".editorconfig" />
<None Include=".gitattributes" />
<None Include=".gitignore" />
<None Include=".runsettings" />
<None Include="CODE_OF_CONDUCT.md" />
<None Include="CONTRIBUTING.md" />
<None Include="cpp.hint" />
Expand All @@ -87,6 +88,7 @@
<Natvis Include="toml++.natvis" />
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />
<Text Include="meson_options.txt" />
<Text Include="tools\requirements.txt" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions toml++.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<None Include="docs\poxy.toml">
<Filter>docs</Filter>
</None>
<None Include=".runsettings" />
</ItemGroup>
<ItemGroup>
<Filter Include=".circleci">
Expand All @@ -144,5 +145,6 @@
<Text Include="tools\requirements.txt">
<Filter>tools</Filter>
</Text>
<Text Include="CMakeLists.txt" />
</ItemGroup>
</Project>

0 comments on commit 9c59810

Please sign in to comment.