aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/plugin_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/plugin_test.go b/test/plugin_test.go
index 9f3604e4e..c2382873c 100644
--- a/test/plugin_test.go
+++ b/test/plugin_test.go
@@ -8,6 +8,9 @@ import (
"github.com/coredns/coredns/plugin/test"
"github.com/miekg/dns"
+
+ // Load all managed plugins in github.com/coredns/coredns
+ _ "github.com/coredns/coredns/core/plugin"
)
func benchmarkLookupBalanceRewriteCache(b *testing.B) {