crowdsec/cmd/crowdsec-cli/main_test.go

14 lines
165 B
Go
Raw Normal View History

2022-04-01 09:17:45 +00:00
//go:build testrunmain
package main
import (
"github.com/confluentinc/bincover"
"testing"
)
func TestBincoverRunMain(t *testing.T) {
bincover.RunTest(main)
}