node/deps/v8/third_party/googletest
Michaël Zasso 09a8440b45
deps: update V8 to 12.2.281.27
PR-URL: https://github.com/nodejs/node/pull/51362
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
2024-03-31 15:36:07 +02:00
..
custom/gtest/internal/custom deps: update V8 to 6.7.288.43 2018-06-01 09:58:27 +02:00
gmock_custom/gmock/internal/custom deps: update V8 to 6.7.288.43 2018-06-01 09:58:27 +02:00
src/googletest/include/gtest deps: update V8 to 10.2.154.2 2022-04-21 11:54:15 +02:00
BUILD.gn deps: update V8 to 12.2.281.27 2024-03-31 15:36:07 +02:00
OWNERS deps: update V8 to 6.7.288.43 2018-06-01 09:58:27 +02:00
README.chromium deps: update V8 to 11.8.172.13 2023-10-10 08:25:41 +02:00

README.chromium

Name: Google Test: Google's C++ Testing Framework
Short Name: googletest
URL: https://github.com/google/googletest.git
Version: 1.8.0.git-9518a57428ae0a7ed450c1361768e84a2a38af5a
License: BSD
License File: src/LICENSE
Shipped: no
Security critical: no

Google Test is imported as-is, to facilitate version bumping. However, the
file/directory layout of Google Test is not yet considered stable. Therefore,
until Google Test's layout stabilizes, Chromium code MUST NOT depend on it
directly. Instead, Chromium code MUST:

* #include the headers in testing/gtest and testing/gmock
* use //testing/gtest(:gtest_main) and //testing/gmock(:gmock_main) in BUILD.gn
  deps

This will allow us to adapt to Google Test changes with minimal disruption.