xref
: /
external
/
boringssl
/
src
/
ssl
/
test
/
runner
/
runner_test.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
runner
2
3
import
"testing"
4
5
func
TestAll
(
t
*
testing
.
T
) {
6
main
()
7
}
8