2021-12-01 15:43:13 +00:00

10 lines
96 B
Go

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