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

testhelper_test.go « packfile « git « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c11ab6051a0f722b85c0d7ffae8a680a72b45d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
package packfile_test

import (
	"testing"

	"gitlab.com/gitlab-org/gitaly/v16/internal/testhelper"
)

func TestMain(m *testing.M) {
	testhelper.Run(m)
}