summaryrefslogtreecommitdiffstats
path: root/src/ssl/test/runner/runner_test.go
blob: 320ff52ebbe6bfe7f32c6c05cb4d529309de36d9 (plain)
1
2
3
4
5
6
7
package runner

import "testing"

func TestAll(t *testing.T) {
	main()
}