commit | cf1879e99433713a80c9b0b7595abbac0a0fbe51 | [log] [tgz] |
---|---|---|
author | Rob Figueiredo <robfig@gmail.com> | Wed Feb 27 11:10:42 2019 -0500 |
committer | Jay Conrod <jayconrod@gmail.com> | Wed Feb 27 08:10:42 2019 -0800 |
tree | ebc0998ac261c23dc6bb3f5f85621bd9161e9577 | |
parent | fe2383d20532414fde651b37067651db90f230b9 [diff] |
proto/generate: fix inclusion of generated files in proto_library targets (#455) Through code inspection, I identified a bug that results in non-proto files being included in the srcs of generated proto_library rules, if any generated proto files were present in that directory. This change updates the existing protos test case that identifies that bug and makes the small fix.