Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit e721077

Browse files
author
Yevgeny Pats
committed
bugfix
1 parent acb5e74 commit e721077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzzit.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-
1717
# like godep
1818
go get -d -v -u ./...
1919

20-
go-fuzz-build -libfuzzer -o ${TARGET}.a .
21-
clang -fsanitize=fuzzer ${TARGET}.a -o ${TARGET}
20+
go-fuzz-build -libfuzzer -o parse-complex.a .
21+
clang -fsanitize=fuzzer parse-complex.a -o parse-complex
2222

2323
## Install fuzzit specific version for production or latest version for development :
2424
# https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_Linux_x86_64

0 commit comments

Comments
 (0)