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