summaryrefslogtreecommitdiffstats
path: root/third_party/googletest/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/googletest/moz.yaml
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/googletest/moz.yaml')
-rw-r--r--third_party/googletest/moz.yaml53
1 files changed, 53 insertions, 0 deletions
diff --git a/third_party/googletest/moz.yaml b/third_party/googletest/moz.yaml
new file mode 100644
index 0000000000..2c9a57c6e6
--- /dev/null
+++ b/third_party/googletest/moz.yaml
@@ -0,0 +1,53 @@
+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"