1name: "catch" 2description: "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)" 3third_party { 4 url { 5 type: HOMEPAGE 6 value: "http://catch-lib.net" 7 } 8 url { 9 type: GIT 10 value: "https://github.com/catchorg/Catch2.git" 11 } 12 version: "v2.11.2" 13 # would be NOTICE save for scripts/updateDocumentToC.py 14 license_type: RESTRICTED 15 last_upgrade_date { 16 year: 2020 17 month: 3 18 day: 19 19 } 20} 21