mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
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:
parent
a73c1fd952
commit
a4d01b8075
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user