summaryrefslogtreecommitdiff
path: root/tests/fuzz/profile/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz/profile/main.go')
-rw-r--r--tests/fuzz/profile/main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/fuzz/profile/main.go b/tests/fuzz/profile/main.go
new file mode 100644
index 0000000..0b02dc7
--- /dev/null
+++ b/tests/fuzz/profile/main.go
@@ -0,0 +1,7 @@
+package main
+
+import "remembering"
+
+func main() {
+ remembering.MainTest()
+}