GNOME Bugzilla – Bug 776421
Make client classes unit testable
Last modified: 2016-12-26 02:59:35 UTC
Per Bug 713387, while I was hoping to get away without it, looks like for bug #geary-wk2 I need to be able to unit test client classes. So: Build the client as a static lib, link that to main.vala to generate the client executable, and depend on the static lib for the unit tests.
Bug branch merged and pushed to master as commit f7af75f.