10 lines
96 B
Go
Raw Normal View History

2021-12-04 16:42:11 +00:00
// +build autobahn
package main
import "testing"
func TestCallMain(t *testing.T) {
main()
}