From 1255f02a3b843c4de809680c2b3afbe9f7c457d3 Mon Sep 17 00:00:00 2001 From: m00nbsd <42475391+m00nbsd@users.noreply.github.com> Date: Wed, 20 May 2020 07:51:51 +0200 Subject: executor: add support for extra coverage on NetBSD --- pkg/host/host_netbsd.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') 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 { -- cgit mrf-deployment