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