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.
2018-10-09 14:05:38 +02:00
|
|
|
package emlid
|
|
|
|
|
|
|
|
import "flag"
|
|
|
|
|
|
|
|
var runDiscoveryIntegrationTests = flag.Bool(
|
|
|
|
"discovery-integration", false,
|
|
|
|
"Run the 'Discovery' integration tests (in addition to the unit tests)",
|
|
|
|
)
|
2019-02-12 11:12:50 +01:00
|
|
|
|
|
|
|
var reachHost = flag.String(
|
|
|
|
"reach-host", "192.168.42.1",
|
|
|
|
"The Reach module host to use in integration tests",
|
|
|
|
)
|