blob: c53a04bda4aa6ca35bcb65ae55cedd2d822b9170 [file] [log] [blame]
: # If you want to use a local build of fuzztest, you must clone the fuzztest repo in this directory.
: # The odd choice of comment style in this file is to try to share this script between *nix and win32.
: # cmake must be in your PATH.
: # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
git clone https://github.com/google/fuzztest.git
cd fuzztest
: # There is no tagged release as of 2023/09/18. Pick the last commit.
git checkout b5500afbac873c884e1e021ea019ad943434df7d
: # fuzztest is built by the main CMake project through add_subdirectory as recommended at:
: # https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md