summaryrefslogtreecommitdiffstats
path: root/tests/regression/issue_172
AgeCommit message (Collapse)AuthorFilesLines
2015-10-05Fix regression in generating message size defines (issue #172).Petteri Aimonen5-0/+36
This bug was triggered when: 1. A .proto file included another .proto from a different directory. 2. The another .proto has an associated .options file. Added regression test for the same.