pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

Feature add generation and installation test #36

Closed matttproud closed 12 years ago

matttproud commented 12 years ago

Aalok,

This changeset provides a set of blackbox end-to-end tests that verify that the generated Go code from the Thrift IDL are correct. I plan on using this to validate the assumptions of the forthcoming enum fixes.

All tests pass from a top level make test. More tests to come.

Cheers,

Matt