aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz/Makefile.am
diff options
context:
space:
mode:
authorFrederik B <freddy@flashpad>2017-05-09 20:07:28 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-15 22:11:30 +0200
commitb9ead67e12b4d920ab958bfa8597e10d6fe3dd36 (patch)
treeb1bf8c2df95d9c6a4d9d635f3843158b282eeabc /tests/fuzz/Makefile.am
parentefc83d6d541ab62c7beb1ddca09f6c1986fbeac7 (diff)
fuzz: bring oss-fuzz initial code converted to C89
Diffstat (limited to 'tests/fuzz/Makefile.am')
-rw-r--r--tests/fuzz/Makefile.am24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/fuzz/Makefile.am b/tests/fuzz/Makefile.am
new file mode 100644
index 000000000..487deff41
--- /dev/null
+++ b/tests/fuzz/Makefile.am
@@ -0,0 +1,24 @@
+#***************************************************************************
+# _ _ ____ _
+# Project ___| | | | _ \| |
+# / __| | | | |_) | |
+# | (__| |_| | _ <| |___
+# \___|\___/|_| \_\_____|
+#
+# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+#
+# This software is licensed as described in the file COPYING, which
+# you should have received as part of this distribution. The terms
+# are also available at https://curl.haxx.se/docs/copyright.html.
+#
+# You may opt to use, copy, modify, merge, publish, distribute and/or sell
+# copies of the Software, and permit persons to whom the Software is
+# furnished to do so, under the terms of the COPYING file.
+#
+# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+# KIND, either express or implied.
+#
+###########################################################################
+
+
+# FIXME, probably adapt from file in ../unit