diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-04-03 20:36:33 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-04-03 20:36:33 -0700 |
commit | 0eb1ddb975e867079e87e2345e59a520890b275a (patch) | |
tree | b6b7c7cd598f71a473fbce0db6d605bfb678b7ce /tests | |
parent | 101f32884f794130d16b8c663883528caefd5b7f (diff) |
tests: Fix fuzz_setup.sh
The script only worked if clang folder was already created.
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 .. |