Skip to content

Commit

Permalink
Make: Add docs target
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Oct 25, 2024
1 parent ad6158f commit 4643448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ testacc:
@COBBLER_VERSION=v3.3.0 sh -c "'./docker/start.sh' $(COBBLER_SERVER_URL)"
TF_LOG=TRACE TF_ACC_LOG=TRACE TF_LOG_PATH_MASK="test-%s.log" TF_ACC=1 COBBLER_URL=$(COBBLER_SERVER_URL) COBBLER_USERNAME=cobbler COBBLER_PASSWORD=cobbler go test -v -coverprofile="coverage.out" -covermode="atomic" $(TEST)

.PHONY: docs
docs:
@tfplugindocs

vet:
@echo "go vet ."
@go vet $$(go list ./... | grep -v vendor/) ; if [ $$? -eq 1 ]; then \
Expand Down

0 comments on commit 4643448

Please sign in to comment.