tests: Fix fuzz_setup.sh
Make the file executable, fix Windows newlines and fix clang setup.
This commit is contained in:
parent
ea544eb48b
commit
ec984370fb
24
tests/fuzz_setup.sh
Normal file → Executable file
24
tests/fuzz_setup.sh
Normal file → Executable file
@ -1,11 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
cd clang
|
||||||
clang/scripts/update.py
|
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
||||||
sudo cp -rf third_party/llvm-build/Release+Asserts/lib/* /usr/local/lib/
|
cd ..
|
||||||
sudo cp -rf third_party/llvm-build/Release+Asserts/bin/* /usr/local/bin
|
clang/clang/scripts/update.py
|
||||||
|
sudo cp -rf third_party/llvm-build/Release+Asserts/lib/* /usr/local/lib/
|
||||||
svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
|
sudo cp -rf third_party/llvm-build/Release+Asserts/bin/* /usr/local/bin
|
||||||
Fuzzer/build.sh
|
|
||||||
|
svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
|
||||||
|
Fuzzer/build.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user