package emlid import "flag" var runDiscoveryIntegrationTests = flag.Bool( "discovery-integration", false, "Run the 'Discovery' integration tests (in addition to the unit tests)", )