Searched refs:buildDir (Results 1 – 2 of 2) sorted by relevance
/util/ |
A D | run_android_tests.go | 39 buildDir = flag.String("build-dir", "build", "Specifies the build directory to push.") var 187 cmakeCache, err := os.Open(filepath.Join(*buildDir, "CMakeCache.txt")) 365 if _, err := os.Stat(filepath.Join(*buildDir, "libcrypto.so")); err == nil { 380 …if err := copyFile(filepath.Join(tmpDir, "build", binary), filepath.Join(*buildDir, binary)); err … 392 …th.Join(tmpDir, "build", "lib", filepath.Base(library)), filepath.Join(*buildDir, library)); err !…
|
A D | all_tests.go | 45 buildDir = flag.String("build-dir", "build", "The build directory to run the tests from.") var 121 …, "--dump-instr=yes", "--collect-jumps=yes", "--callgrind-out-file=" + *buildDir + "/callgrind/cal… 164 prog := path.Join(*buildDir, test.Cmd[0])
|
Completed in 7 milliseconds