This alleviates issues with flags not propogating to the plugins which
in turn leads to undefined symbols when coverage is enabled during the
test suites.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
This commit has been made separately in order to allow as simple git revert
as and when issue #29 is resolved.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
We add an explicit 'list' value to the type check so that users can determine
the supported packages in an error-free fashion, per issue #10. Making the
parameter optional is technically possible, but with the number of issues
that GLib's GOption* API present, it seems likely it will be redone in the
future to be less insane.
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>