gecko-dev/third_party/googletest/moz.yaml

54 lines
1.1 KiB
YAML

schema: 1
bugzilla:
product: Testing
component: GTest
origin:
name: googletest
description: Google Testing and Mocking Framework
url: https://google.github.io/googletest/
release: e009c3d3dcb522c21ea83984dac6064a6399d3f6 (2022-07-07T16:18:52Z).
revision: e009c3d3dcb522c21ea83984dac6064a6399d3f6
license: BSD-3-Clause
license-file: LICENSE
vendoring:
url: https://github.com/google/googletest
source-hosting: github
tracking: commit
exclude:
- .github/
- ci/
- docs/
- googlemock/docs/
- googlemock/samples/
- googlemock/scripts/
- googlemock/test/
- googletest/docs/
- googletest/samples/
- googletest/scripts/
- googletest/test/
# Customization points, replaced by headers in testing/gtest/mozilla/
- googlemock/include/gmock/internal/custom
- googletest/include/gtest/internal/custom
keep:
- gen_moz_build.py
skip-vendoring-steps:
- update-moz-build # Handled by gen_moz_build.py
update-actions:
- action: run-script
script: "{yaml_dir}/gen_moz_build.py"
cwd: "{yaml_dir}"
patches:
- "*.patch"