about summary refs log tree commit diff homepage
path: root/.travis/testing-utils.sh
blob: eefccdd299bc1baefe52859ec92a376ec6fa5010 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash -x
# Make sure we exit if there is a failure
set -e

# The New CMake build system just needs the GTest sources regardless
# of LLVM version.
wget https://github.com/google/googletest/archive/release-1.7.0.zip
unzip release-1.7.0.zip
exit 0