commit | 4e115d070931b78b1ce9c1628e3d2b84ef559064 | [log] [tgz] |
---|---|---|
author | Nicolas LaCasse <nlacasse@google.com> | Tue Sep 09 12:46:46 2014 -0700 |
committer | Nicolas LaCasse <nlacasse@google.com> | Tue Sep 09 12:47:00 2014 -0700 |
tree | 080c548fb4592e1365b9e8fc190330367d11060c | |
parent | 3f83aafc6e014ef7a7e523771676b7f996e4771b [diff] |
veyron/tools/playground: Fix GOPATH so the vdl compiler can use imports. The GOPATH did not include $VEYRON_ROOT/veyron/go. As a result, the vdl compiler could not compile vdl files with imports. This CL adds $VEYRON_ROOT/veyron/go to the GOPATH in the docker instance and in the test.sh. It also adds a veyron import to the testdata vdl to make sure this works. Change-Id: I8f358a0b32d09c62966b6f30d10c63cf51359380