Files
filament/third_party/libgtest/tnt
Matthew Hoffman 577f1f83ca Add helper for tests to expect image results. (#8518)
Currently still based around using image hashes but will be improved later.

BUGS=[402474472]
2025-03-28 13:20:18 -05:00
..

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