Alphan Ulusoy | 0ec083e | 2020-01-28 15:19:20 -0500 | [diff] [blame] | 1 | // Copyright lowRISC contributors. |
| 2 | // Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | // SPDX-License-Identifier: Apache-2.0 |
| 4 | { |
| 5 | name: "google_googletest", |
| 6 | target_dir: "google_googletest", |
| 7 | |
Sam Elliott | 15cae7a | 2020-04-23 14:50:21 +0100 | [diff] [blame] | 8 | exclude_from_upstream: [ |
| 9 | // We shouldn't reformat upstream code |
| 10 | '.clang-format', |
| 11 | ], |
| 12 | |
Alphan Ulusoy | 0ec083e | 2020-01-28 15:19:20 -0500 | [diff] [blame] | 13 | upstream: { |
| 14 | url: "https://github.com/google/googletest.git", |
| 15 | rev: "master", |
| 16 | }, |
| 17 | } |