From f593d40fd61c32d8381f71551c6c00a54a68088c Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Tue, 16 Apr 2024 09:51:00 +0000 Subject: [PATCH] Run go-makefile-maker --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9b57192e..18f0deb1 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,9 @@ install: FORCE build/limesctl # which packages to test with test runner GO_TESTPKGS := $(shell go list -f '{{if or .TestGoFiles .XTestGoFiles}}{{.ImportPath}}{{end}}' ./...) +ifeq ($(GO_TESTPKGS),) +GO_TESTPKGS := ./... +endif # which packages to measure coverage for GO_COVERPKGS := $(shell go list ./...) # to get around weird Makefile syntax restrictions, we need variables containing nothing, a space and comma