.clang-format |
|
116 |
BUILD.bazel |
|
7028 |
can_run_script.patch |
|
705 |
CMakeLists.txt |
|
986 |
CONTRIBUTING.md |
|
5690 |
CONTRIBUTORS |
|
2293 |
fake_fuchsia_sdk.bzl |
|
1130 |
gen_moz_build.py |
\
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# !!! THIS FILE IS AUTOGENERATED USING gen_moz_build.py DO NOT EDIT !!!
with Files("**"):
BUG_COMPONENT = ("Testing", "GTest")
SCHEDULES.exclusive = ["gtest"]
if CONFIG["ENABLE_TESTS"]:
{exports}
SOURCES += [
"googlemock/src/gmock-all.cc",
"googletest/src/gtest-all.cc",
]
Library("gtest")
LOCAL_INCLUDES += [
"googlemock",
"googletest",
]
if CONFIG["OS_ARCH"] == "WINNT":
DEFINES["UNICODE"] = True
FINAL_LIBRARY = "xul-gtest"
|
2585 |
googlemock |
|
|
googletest |
|
|
googletest_deps.bzl |
|
1136 |
LICENSE |
|
1475 |
MODULE.bazel |
|
2548 |
moz.build |
|
4798 |
moz.yaml |
|
1273 |
README.md |
# GoogleTest |
5593 |
WORKSPACE |
|
2709 |
WORKSPACE.bzlmod |
|
1794 |