Home | History | Annotate | Download | only in runner
      1 package runner
      2 
      3 import "testing"
      4 
      5 func TestAll(t *testing.T) {
      6 	main()
      7 }
      8