aboutsummaryrefslogtreecommitdiffstats
path: root/testing/grafana/apk.go
diff options
context:
space:
mode:
Diffstat (limited to 'testing/grafana/apk.go')
-rw-r--r--testing/grafana/apk.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/grafana/apk.go b/testing/grafana/apk.go
new file mode 100644
index 0000000000..6fc452196b
--- /dev/null
+++ b/testing/grafana/apk.go
@@ -0,0 +1,6 @@
+package apk
+
+import (
+ _ "github.com/grafana/grafana/pkg/cmd/grafana-server"
+ _ "github.com/grafana/grafana/pkg/cmd/grafana-cli"
+)