Fuzzing: Better seed corpus

This commit is contained in:
Benoit Blanchon
2017-02-19 21:30:22 +01:00
parent 2321473c34
commit 797ea356ef
9 changed files with 42 additions and 8 deletions

View File

@ -26,5 +26,7 @@ Vagrant.configure(2) do |config|
echo "export PROJECT_NAME='arduinojson'" >> $HOME/.profile
echo "export CC='clang'" >> $HOME/.profile
echo "export CXX='clang++'" >> $HOME/.profile
echo "Run /host/ArduinoJson/fuzzing/fuzz.sh" | sudo tee /etc/motd
SHELL
end