Skip to content

Commit 64c8c10

Browse files
committed
Remove unused target
Signed-off-by: Timo Sand <[email protected]>
1 parent 517ecc7 commit 64c8c10

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ testacc:
6262
printf "==> Running acceptance tests on branch: \033[1m%s\033[0m...\n" "🌿 $$branch 🌿"
6363
TF_ACC=1 CGO_ENABLED=0 go test $(TEST) -v -run '^TestAcc' $(RUNARGS) $(TESTARGS) -timeout 120m -count=1
6464

65-
test-compile:
66-
@if [ "$(TEST)" = "./..." ]; then \
67-
echo "ERROR: Set TEST to a specific package. For example,"; \
68-
echo " make test-compile TEST=./$(PKG_NAME)"; \
69-
exit 1; \
70-
fi
71-
CGO_ENABLED=0 go test -c $(TEST) $(TESTARGS)
72-
7365
sweep:
7466
@echo "WARNING: This will destroy infrastructure. Use only in development accounts."
7567
go test $(TEST) -v -sweep=$(SWEEP) $(SWEEPARGS)
@@ -92,4 +84,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
9284
endif
9385
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
9486

95-
.PHONY: build test testacc fmt lint lintcheck tools test-compile website website-lint website-test sweep
87+
.PHONY: build test testacc fmt lint lintcheck tools website website-lint website-test sweep

0 commit comments

Comments
 (0)