mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-08-13 18:40:59 -04:00
refactor shell
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// +build coveragemain
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRunMainForCoverage(t *testing.T) {
|
||||
main()
|
||||
}
|
||||
Reference in New Issue
Block a user