Home | History | Annotate | Download | only in catch2
      1 name: "catch"
      2 description:
      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 
      7 third_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   }
     16   version: "v2.7.0"
     17   last_upgrade_date { year: 2019 month: 3 day: 7 }
     18   license_type: NOTICE
     19 }
     20