Detect Go files generated by go-bindata

This commit is contained in:
Tamir Duberstein
2015-05-28 11:02:14 -04:00
parent a1ea55d006
commit d17222ec91
3 changed files with 856 additions and 3 deletions

View File

@@ -217,6 +217,7 @@ class TestBlob < Minitest::Test
assert sample_blob("Java/ProtocolBuffer.java").generated?
assert sample_blob("Python/protocol_buffer_pb2.py").generated?
assert sample_blob("Go/api.pb.go").generated?
assert sample_blob("Go/embedded.go").generated?
# Apache Thrift generated code
assert sample_blob("Python/gen-py-linguist-thrift.py").generated?