summaryrefslogtreecommitdiffstats
path: root/tests/regression/issue_172/SConscript
AgeCommit message (Collapse)AuthorFilesLines
2015-10-05Fix regression in generating message size defines (issue #172).Petteri Aimonen1-0/+16
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.