Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
Diffstat (limited to 'auth')
-rw-r--r--auth/testhelper_test.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/auth/testhelper_test.go b/auth/testhelper_test.go
new file mode 100644
index 000000000..cb7efe000
--- /dev/null
+++ b/auth/testhelper_test.go
@@ -0,0 +1,11 @@
+package gitalyauth
+
+import (
+ "testing"
+
+ "gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
+)
+
+func TestMain(m *testing.M) {
+ testhelper.Run(m)
+}