aboutsummaryrefslogtreecommitdiff
path: root/tests/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz')
-rw-r--r--tests/fuzz/api/gotext.go4
l---------tests/fuzz/api/main.go1
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/fuzz/api/gotext.go b/tests/fuzz/api/gotext.go
new file mode 100644
index 0000000..36d1327
--- /dev/null
+++ b/tests/fuzz/api/gotext.go
@@ -0,0 +1,4 @@
+package gotext
+
+func MainTest() {
+}
diff --git a/tests/fuzz/api/main.go b/tests/fuzz/api/main.go
new file mode 120000
index 0000000..f67563d
--- /dev/null
+++ b/tests/fuzz/api/main.go
@@ -0,0 +1 @@
+../../main.go \ No newline at end of file