Skip to content

Commit 65d3cea

Browse files
committed
Integrate corpus with clusterfuzzlite
Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 3543bab commit 65d3cea

File tree

8 files changed

+4
-5
lines changed

8 files changed

+4
-5
lines changed

ipld/amt/fuzz/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
target
3-
corpus
43
artifacts
54
Cargo.lock
65
/fuzz-*

ipld/amt/fuzz/corpus

Lines changed: 0 additions & 1 deletion
This file was deleted.

ipld/amt/fuzz/corpus/equivalence

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../testing/fuzz-corpora/corpus/amt_equivalence/

ipld/amt/fuzz/corpus/simple

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../testing/fuzz-corpora/corpus/amt_simple

ipld/hamt/fuzz/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
target
3-
corpus
43
artifacts
54
Cargo.lock
65
/fuzz-*

ipld/hamt/fuzz/corpus

Lines changed: 0 additions & 1 deletion
This file was deleted.

ipld/hamt/fuzz/corpus/simple

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../testing/fuzz-corpora/corpus/hamt_simple

testing/fuzz-corpora

Submodule fuzz-corpora updated 1484 files

0 commit comments

Comments
 (0)