0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-28 14:21:25 +03:00
Xray-core/main/main_test.go
2020-11-25 19:01:53 +08:00

12 lines
115 B
Go

// +build coveragemain
package main
import (
"testing"
)
func TestRunMainForCoverage(t *testing.T) {
main()
}