1
0
Fork 0
golang-forgejo-f3-gof3/forges/filesystem/tests/init.go

15 lines
380 B
Go
Raw Normal View History

// Copyright Earl Warren <contact@earl-warren.org>
// Copyright Loïc Dachary <loic@dachary.org>
// SPDX-License-Identifier: MIT
package tests
import (
filesystem_options "code.forgejo.org/f3/gof3/v3/forges/filesystem/options"
tests_forge "code.forgejo.org/f3/gof3/v3/tree/tests/f3/forge"
)
func init() {
tests_forge.RegisterFactory(filesystem_options.Name, newForgeTest)
}