goprotobuf: start making it build with the go tool instead of make.
Work in progress.
This is sufficient to build, install, and test the proto library, and
to build and install the compiler plugin.
The tests for the plugin are disabled; they will require major work in a separate CL.
The compiler directory is now called protoc-gen-go so the binary has the right name.
The test.pb.go file for the proto tests is now checked in, for simplicity.
R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/5645087
diff --git a/proto/equal_test.go b/proto/equal_test.go
index a2d07b0..50b238f 100644
--- a/proto/equal_test.go
+++ b/proto/equal_test.go
@@ -35,8 +35,8 @@
"log"
"testing"
- pb "./testdata/_obj/test_proto"
. "code.google.com/p/goprotobuf/proto"
+ pb "code.google.com/p/goprotobuf/proto/testdata"
)
// Four identical base messages.