crowdsec/cmd/crowdsec-cli/main_test.go

14 lines
165 B
Go

//go:build testrunmain
package main
import (
"testing"
"github.com/confluentinc/bincover"
)
func TestBincoverRunMain(t *testing.T) {
bincover.RunTest(main)
}