0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-26 12:41:06 +08:00

tests: Fix fuzz_setup.sh

The script only worked if clang folder was already created.
This commit is contained in:
Arseny Kapoulkine 2017-04-03 20:36:33 -07:00
parent 101f32884f
commit 0eb1ddb975

View File

@ -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 ..