crowdsec/cmd/crowdsec-cli/main_test.go
2022-04-01 11:17:45 +02:00

14 lines
165 B
Go

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