// Copyright lowRISC contributors. | |
// Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
// SPDX-License-Identifier: Apache-2.0 | |
{ | |
name: "google_googletest", | |
target_dir: "google_googletest", | |
exclude_from_upstream: [ | |
// We shouldn't reformat upstream code | |
'.clang-format', | |
], | |
upstream: { | |
url: "https://github.com/google/googletest.git", | |
rev: "master", | |
}, | |
} |