aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests/GPBCompileTest13.m
Commit message (Collapse)AuthorAge
* Add compile test sources for to test include order.Gravatar Thomas Van Lenten2018-04-02
To ensure all headers aren't dependent on other things being imported before/after them, make a source that just imports each header and add it to the unittesting target, that way we ensure it can be included on its own with ordering issues. Also do this testing with a few generated headers that aren't part of the library to help ensure the different generated imports needed are complete.