Skip to content

Commit

Permalink
Merge pull request #2 from p-podsiadly/543-add-approvaltests.cpp
Browse files Browse the repository at this point in the history
approvaltests.cpp: added config.yml, updated doctest too 2.3.6
  • Loading branch information
dheater authored Jan 29, 2020
2 parents 1f7c822 + 2151368 commit cea2ea2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/approvaltests.cpp/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TestPackageConan(ConanFile):
requires = [
"catch2/2.11.0",
"gtest/1.10.0",
"doctest/2.3.5"
"doctest/2.3.6"
]

def build(self):
Expand Down
5 changes: 5 additions & 0 deletions recipes/approvaltests.cpp/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
versions:
8.0.0:
folder: all
8.1.0:
folder: all

0 comments on commit cea2ea2

Please sign in to comment.