mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 18:19:11 +00:00
13 lines
169 B
Go
13 lines
169 B
Go
package scanner_test
|
|
|
|
import (
|
|
"os"
|
|
"testing"
|
|
|
|
"github.com/photoview/photoview/api/test_utils"
|
|
)
|
|
|
|
func TestMain(m *testing.M) {
|
|
os.Exit(test_utils.UnitTestRun(m))
|
|
}
|