2021-12-04 16:42:11 +00:00

10 lines
96 B
Go

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