shell/lib: moving shell libraries into the veyron core repository

This CL moves shell libraries into the veyron core repository and
provides a mechanism for looking up the location of the shell
libraries (and veyron Go package directories) that is independent of
VEYRON_ROOT.

Doing so enables running integration tests after veyron sources were
fetched using the "go get" mechanism.

MultiPart: 4/8

Change-Id: Ie4464ebc83da381631ecf7f43fd814de0a3524c9
diff --git a/tools/vrun/testchild.sh b/tools/vrun/testchild.sh
index 5e098f4..ea61261 100644
--- a/tools/vrun/testchild.sh
+++ b/tools/vrun/testchild.sh
@@ -2,7 +2,7 @@
 
 # Helper script for testing vrun.
 
-source "${VEYRON_ROOT}/scripts/lib/shell_test.sh"
+source "$(go list -f {{.Dir}} veyron.io/veyron/shell/lib)/shell_test.sh"
 
 main() {
   shell_test::setup_server_test