Lines Matching full:executable
311 run(t, "trivial executable", "./bin/trivial")
316 // Build an executable that uses cgo linked against the shared runtime and check it
320 run(t, "cgo executable", "./bin/execgo")
324 // and an executable that links against both.
334 run(t, "executable linked to GOPATH library", "./bin/exe")
455 // executable that links against dep2.
460 run(t, "executable linked to GOPATH library", "./bin/exe2")
463 // Build a GOPATH package into a shared library with gccgo and an executable that
498 // executable that links the second library.
650 const wantLine = "abi mismatch detected between the executable and libdep.so"