Skip to content

Commit

Permalink
Merge pull request #1 from uilianries/543-add-approvaltests.cpp
Browse files Browse the repository at this point in the history
Add approval tests 8.1.0
  • Loading branch information
dheater authored Jan 29, 2020
2 parents d18775e + f5880e3 commit 8b6169e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ sources:
sha256: e16a97081f8582be951d95a9d53dc611f1f5a84e117a477029890d0b34ae99d6
- url: "https://raw.githubusercontent.com/approvals/ApprovalTests.cpp/v.8.0.0/LICENSE"
sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
8.1.0:
- url: https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.1.0/ApprovalTests.v.8.1.0.hpp
sha256: 6212684654b3deec3e54669602832b45bd9d9b6a2f45dbddce23ab5ba91e2d7e
- url: "https://raw.githubusercontent.com/approvals/ApprovalTests.cpp/v.8.1.0/LICENSE"
sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

class ApprovalTestsCppConan(ConanFile):
name = "approvaltests.cpp"
version = "8.0.0"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/approvals/ApprovalTests.cpp"
license = "Apache-2.0"
Expand Down Expand Up @@ -40,3 +39,7 @@ def source(self):
def package(self):
self.copy(self._header_file, dst="include", src=self.source_folder)
self.copy("LICENSE", dst="licenses", src=self.source_folder)

def package_info(self):
self.cpp_info.names["cmake_find_package"] = "ApprovalTests"
self.cpp_info.names["cmake_find_package_multi"] = "ApprovalTests"

0 comments on commit 8b6169e

Please sign in to comment.