This repository has been archived on 2024-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
|
package emlid
|
|
|
|
import "flag"
|
|
|
|
var runDiscoveryIntegrationTests = flag.Bool(
|
|
"discovery-integration", false,
|
|
"Run the 'Discovery' integration tests (in addition to the unit tests)",
|
|
)
|