diff options
| author | m00nbsd <42475391+m00nbsd@users.noreply.github.com> | 2020-05-20 07:51:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-20 10:23:38 +0200 |
| commit | 1255f02a3b843c4de809680c2b3afbe9f7c457d3 (patch) | |
| tree | a5a268707b082a356e03743642e9480efdf06b61 /pkg | |
| parent | 67fa1f59b87fed7268b465f7e9540a590a250c65 (diff) | |
executor: add support for extra coverage on NetBSD
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/host/host_netbsd.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/host/host_netbsd.go b/pkg/host/host_netbsd.go index 4d876f90c..160929194 100644 --- a/pkg/host/host_netbsd.go +++ b/pkg/host/host_netbsd.go @@ -22,6 +22,7 @@ func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled checkFeature[FeatureComparisons] = unconditionallyEnabled checkFeature[FeatureUSBEmulation] = checkUSBEmulation + checkFeature[FeatureExtraCoverage] = checkUSBEmulation } func checkUSBEmulation() string { |
