Bump googletest to 1.14 (#1845)

This commit is contained in:
Andi 2024-03-23 15:45:12 +01:00 committed by GitHub
parent b228b431a8
commit 581767b491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 5 additions and 8 deletions

View File

@ -182,7 +182,7 @@ benchmark_tag="v1.6.0"
repo_clone_try_double "${primary_urls[gbenchmark]}" "${secondary_urls[gbenchmark]}" "benchmark" "$benchmark_tag" true repo_clone_try_double "${primary_urls[gbenchmark]}" "${secondary_urls[gbenchmark]}" "benchmark" "$benchmark_tag" true
# google test # google test
googletest_tag="release-1.8.0" googletest_tag="v1.14.0"
repo_clone_try_double "${primary_urls[gtest]}" "${secondary_urls[gtest]}" "googletest" "$googletest_tag" true repo_clone_try_double "${primary_urls[gtest]}" "${secondary_urls[gtest]}" "googletest" "$googletest_tag" true
# libbcrypt # libbcrypt

View File

@ -15,14 +15,14 @@
#include <string> #include <string>
#include <unordered_map> #include <unordered_map>
#include <gtest/internal/gtest-param-util-generated.h>
#include "auth/models.hpp" #include "auth/models.hpp"
#include "disk_test_utils.hpp" #include "disk_test_utils.hpp"
#include "license/license.hpp" #include "license/license.hpp"
#include "storage/v2/disk/storage.hpp" #include "storage/v2/disk/storage.hpp"
#include "storage/v2/inmemory/storage.hpp" #include "storage/v2/inmemory/storage.hpp"
#include <gtest/gtest.h>
using namespace memgraph::query; using namespace memgraph::query;
using namespace memgraph::query::plan; using namespace memgraph::query::plan;

View File

@ -28,7 +28,6 @@
#include <json/json.hpp> #include <json/json.hpp>
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
#include <antlr4-runtime.h> #include <antlr4-runtime.h>
#include <gmock/gmock-matchers.h>
#include <gmock/gmock.h> #include <gmock/gmock.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -9,7 +9,6 @@
// by the Apache License, Version 2.0, included in the file // by the Apache License, Version 2.0, included in the file
// licenses/APL.txt. // licenses/APL.txt.
#include <gmock/gmock-generated-matchers.h>
#include <gmock/gmock.h> #include <gmock/gmock.h>
#include <gtest/gtest-death-test.h> #include <gtest/gtest-death-test.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -15,7 +15,6 @@
#include <thread> #include <thread>
#include <fmt/format.h> #include <fmt/format.h>
#include <gmock/gmock-generated-matchers.h>
#include <gmock/gmock.h> #include <gmock/gmock.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>

View File

@ -1,4 +1,4 @@
// Copyright 2022 Memgraph Ltd. // Copyright 2024 Memgraph Ltd.
// //
// Use of this software is governed by the Business Source License // Use of this software is governed by the Business Source License
// included in the file licenses/BSL.txt; by using this file, you agree to be bound by the terms of the Business Source // included in the file licenses/BSL.txt; by using this file, you agree to be bound by the terms of the Business Source
@ -11,7 +11,7 @@
#include <filesystem> #include <filesystem>
#include <gmock/gmock-generated-matchers.h> #include <gmock/gmock.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "utils/settings.hpp" #include "utils/settings.hpp"