summaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-07 16:45:08 -0300
committerEuAndreh <eu@euandre.org>2024-10-20 05:40:21 -0300
commit34c76cb4d35cdee30cf05af7a6025e52f5132c2c (patch)
treee5053e996040d0f78536375f8df8a6383f6c3717 /tests/functional
parentMakefile: Use generic pattern for db artifacts in $(side-assets) (diff)
downloadcracha-34c76cb4d35cdee30cf05af7a6025e52f5132c2c.tar.gz
cracha-34c76cb4d35cdee30cf05af7a6025e52f5132c2c.tar.xz
Initial project version
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/register-twice/gracha.go9
l---------tests/functional/register-twice/main.go1
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/functional/register-twice/gracha.go b/tests/functional/register-twice/gracha.go
new file mode 100644
index 0000000..f363b6b
--- /dev/null
+++ b/tests/functional/register-twice/gracha.go
@@ -0,0 +1,9 @@
+package gracha
+
+import (
+)
+
+
+
+func MainTest() {
+}
diff --git a/tests/functional/register-twice/main.go b/tests/functional/register-twice/main.go
new file mode 120000
index 0000000..f67563d
--- /dev/null
+++ b/tests/functional/register-twice/main.go
@@ -0,0 +1 @@
+../../main.go \ No newline at end of file