diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/fuzz_setup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fuzz_setup.sh b/tests/fuzz_setup.sh index 05a40cb..5ff8be0 100755 --- a/tests/fuzz_setup.sh +++ b/tests/fuzz_setup.sh @@ -2,6 +2,7 @@ sudo apt-get --yes install subversion screen gcc g++ cmake ninja-build golang autoconf libtool apache2 python-dev pkg-config zlib1g-dev libgcrypt11-dev +mkdir -p clang cd clang git clone https://chromium.googlesource.com/chromium/src/tools/clang cd .. |