• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2# Copyright 2017 The ChromiumOS Authors
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6PV="1.14.0"
7
8wget -q -nc --secure-protocol=TLSv1 \
9  "https://github.com/google/googletest/archive/v${PV}.tar.gz" \
10  -O "googletest-${PV}.tar.gz"
11tar zxvf "googletest-${PV}.tar.gz"
12