tests: Fix fuzz_setup.sh

Make the file executable, fix Windows newlines and fix clang setup.
This commit is contained in:
Arseny Kapoulkine 2017-02-10 23:51:47 -08:00
parent ea544eb48b
commit ec984370fb

4
tests/fuzz_setup.sh Normal file → Executable file
View File

@ -2,8 +2,10 @@
sudo apt-get --yes install subversion screen gcc g++ cmake ninja-build golang autoconf libtool apache2 python-dev pkg-config zlib1g-dev libgcrypt11-dev sudo apt-get --yes install subversion screen gcc g++ cmake ninja-build golang autoconf libtool apache2 python-dev pkg-config zlib1g-dev libgcrypt11-dev
cd clang
git clone https://chromium.googlesource.com/chromium/src/tools/clang git clone https://chromium.googlesource.com/chromium/src/tools/clang
clang/scripts/update.py cd ..
clang/clang/scripts/update.py
sudo cp -rf third_party/llvm-build/Release+Asserts/lib/* /usr/local/lib/ sudo cp -rf third_party/llvm-build/Release+Asserts/lib/* /usr/local/lib/
sudo cp -rf third_party/llvm-build/Release+Asserts/bin/* /usr/local/bin sudo cp -rf third_party/llvm-build/Release+Asserts/bin/* /usr/local/bin