fuzzit.sh: generate descriptions before building

The script does not use make and does not generate descriptions.
Generate descriptions explicitly before building.
This commit is contained in:
Dmitry Vyukov 2020-05-01 07:22:22 +02:00
parent a73c1fd952
commit a4d01b8075

View File

@ -19,6 +19,7 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz-build
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.46/fuzzit_Linux_x86_64
chmod a+x fuzzit
make descriptions
target syzkaller-prog-deserialize ./prog/test FuzzDeserialize
target syzkaller-prog-parselog ./prog/test FuzzParseLog
target syzkaller-compiler ./pkg/compiler Fuzz