mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -05:00
d9181ad84a
* Add instance management based testing * Add testing for meek transport * Add testing for grpc, httpupgrade transport
8 lines
114 B
Go
8 lines
114 B
Go
package scenarios
|
|
|
|
import "testing"
|
|
|
|
func TestInstanceMgrInit(t *testing.T) {
|
|
NewInstanceManagerCoreInstance()
|
|
}
|