summaryrefslogtreecommitdiff
path: root/tests/corpus
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-06-27 12:02:00 -0700
committerGitHub <noreply@github.com>2019-06-27 12:02:00 -0700
commit41e42d12b91fee349ffe73b733581893e59ddb7f (patch)
tree11d33a860406ab02ab6d571e8bf7d49c3f1ad024 /tests/corpus
parent21cef48fc30c654edbd9f6d4292e491cb1658282 (diff)
parent14f4c9eadc79252f2828fd1adc2d4675a8d99e4d (diff)
Merge pull request #188 from Google-Autofuzz/master
Create README for fuzzing corpus folder
Diffstat (limited to 'tests/corpus')
-rw-r--r--tests/corpus/README1
-rw-r--r--tests/corpus/temp.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/corpus/README b/tests/corpus/README
new file mode 100644
index 0000000..9bd8f1e
--- /dev/null
+++ b/tests/corpus/README
@@ -0,0 +1 @@
+Corpus folder for fuzzing
diff --git a/tests/corpus/temp.cc b/tests/corpus/temp.cc
new file mode 100644
index 0000000..2bf1160
--- /dev/null
+++ b/tests/corpus/temp.cc
@@ -0,0 +1 @@
+// Hello World
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback