Searched refs:goTool (Results 1 – 1 of 1) sorted by relevance
118 func goTool(args ...string) error { func349 …if err := goTool("build", "-o", filepath.Join(tmpDir, "util/all_tests"), "util/all_tests.go"); err…358 …if err := goTool("test", "-c", "-o", filepath.Join(tmpDir, "ssl/test/runner/runner"), "./ssl/test/…
Completed in 3 milliseconds