Skip to content

Commit 48f0562

Browse files
committed
update makefile for starting fuzz tests
1 parent 0bbdcb0 commit 48f0562

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ test:
55
fuzz_write:
66
go test -v -race -count=1 -fuzz=FuzzWriterWrite -fuzztime 120s .
77

8-
98
fuzz_compress_decompress:
10-
go test -fuzz=FuzzHuffmannCompressDecompress -fuzztime 120s .
9+
go test -fuzz=FuzzHuffmannCompressDecompress -fuzztime 120s .
10+
11+
fuzz_write_read:
12+
go test -fuzz=FuzzWriteRead -fuzztime 120s .

0 commit comments

Comments
 (0)