1package runner
2
3import "testing"
4
5func TestAll(t *testing.T) {
6	main()
7}
8