whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package link
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/cilium/ebpf/internal/testutils"
|
||||
)
|
||||
|
||||
func TestHaveProgAttach(t *testing.T) {
|
||||
testutils.CheckFeatureTest(t, haveProgAttach)
|
||||
}
|
||||
|
||||
func TestHaveProgAttachReplace(t *testing.T) {
|
||||
testutils.CheckFeatureTest(t, haveProgAttachReplace)
|
||||
}
|
||||
|
||||
func TestHaveBPFLink(t *testing.T) {
|
||||
testutils.CheckFeatureTest(t, haveBPFLink)
|
||||
}
|
||||
Reference in New Issue
Block a user