Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | Move libFuzzer build to Makefile | Arseny Kapoulkine | |
Now the only thing fuzz_setup.sh does is installing new clang; if system clang supports -fsanitize-coverage then fuzz_setup.sh is not required. | |||
2017-04-03 | tests: Fix fuzz_setup.sh | Arseny Kapoulkine | |
The script only worked if clang folder was already created. | |||
2017-02-11 | tests: Fix fuzz_setup.sh | Arseny Kapoulkine | |
Make the file executable, fix Windows newlines and fix clang setup. | |||
2017-02-09 | tests: Add a script to set up fuzzing tools | Arseny Kapoulkine | |
This downloads a clang build that has support for instrumentation, and also downloads and compiles libFuzzer.a. |