blob: cf98e4a9e24c0f4893488381b934b4c7970ff0da [file] [log] [blame]
Igor Murashkine73879d2018-02-06 14:00:10 -08001name: "catch"
2description:
3 "A modern, C++-native, header-only, test framework for unit-tests, TDD and "
4 "BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x "
5 "branch)"
6
7third_party {
8 url {
9 type: HOMEPAGE
10 value: "http://catch-lib.net"
11 }
12 url {
13 type: GIT
14 value: "https://github.com/catchorg/Catch2.git"
15 }
Haibo Huange9410df2019-03-07 13:34:42 -080016 version: "v2.7.0"
17 last_upgrade_date { year: 2019 month: 3 day: 7 }
Igor Murashkine73879d2018-02-06 14:00:10 -080018 license_type: NOTICE
19}