summaryrefslogtreecommitdiff
path: root/METADATA
blob: 121ce76ffa2dbc0b0ae2061d28f96cd7e05da38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: "catch"
description: "A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)"
third_party {
  url {
    type: HOMEPAGE
    value: "http://catch-lib.net"
  }
  url {
    type: GIT
    value: "https://github.com/catchorg/Catch2.git"
  }
  version: "v2.11.2"
  # would be NOTICE save for scripts/updateDocumentToC.py
  license_type: RESTRICTED
  last_upgrade_date {
    year: 2020
    month: 3
    day: 19
  }
}