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
1 changed files with 13 additions and 11 deletions
24
tests/fuzz_setup.sh
Normal file → Executable file
24
tests/fuzz_setup.sh
Normal file → Executable file
|
@ -1,11 +1,13 @@
|
|||
#!/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
|
||||
|
||||
git clone https://chromium.googlesource.com/chromium/src/tools/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/bin/* /usr/local/bin
|
||||
|
||||
svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
|
||||
Fuzzer/build.sh
|
||||
#!/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
|
||||
|
||||
cd clang
|
||||
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
||||
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/bin/* /usr/local/bin
|
||||
|
||||
svn co http://llvm.org/svn/llvm-project/llvm/trunk/lib/Fuzzer
|
||||
Fuzzer/build.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue