Back to Filament

README

third_party/libgtest/tnt/README.md

1.71.2406 B
Original Source

Updating

To update to the Google Test that's currently on GitHub master, do the following.

curl -L https://github.com/google/googletest/archive/master.zip > master.zip
unzip master.zip
rsync -r googletest-master/ libgtest/ --delete
git checkout libgtest/tnt
rm -rf googletest-master master.zip
git add libgtest

Please be sure to run unit tests before uploading your PR:

./build.sh -u